From 8980f0d2a20726c9e9f7e951fca7a90896ecff31 Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Mon, 11 May 2015 16:12:50 -0400 Subject: meta-networking: standardize SECTION values SECTION has been used inconsistently throughout the recipes in this layer. Convert them to all use the same convention. Signed-off-by: Joe MacDonald --- meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb | 1 + meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb | 1 + meta-networking/recipes-protocols/openflow/openflow.inc | 2 +- meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 +- meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb | 2 +- meta-networking/recipes-protocols/quagga/quagga.inc | 2 +- .../recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb | 2 +- meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb | 2 +- meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc | 2 +- 9 files changed, 9 insertions(+), 7 deletions(-) (limited to 'meta-networking/recipes-protocols') diff --git a/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb b/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb index 526818c05e..10e98a416d 100644 --- a/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb +++ b/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb @@ -1,5 +1,6 @@ SUMMARY = "ACCEL-PPP is a high performance VPN server application for linux" HOMEPAGE = "http://sourceforge.net/apps/trac/accel-ppp/wiki" +SECTION = "net" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb index c9a692dd6d..93d3a941ea 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb @@ -1,5 +1,6 @@ SUMMARY = "Various tools relating to the Simple Network Management Protocol" HOMEPAGE = "http://www.net-snmp.org/" +SECTION = "net" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://README;beginline=3;endline=8;md5=7f7f00ba639ac8e8deb5a622ea24634e" diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index 75d8ab8d74..5f465cea6e 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc @@ -6,7 +6,7 @@ control and forwarding planes of a software-defined networking architecture.\ " HOMEPAGE = "http://www.openflow.org" -SECTION = "networking" +SECTION = "net" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb index 5a041073de..d043b63898 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb @@ -6,7 +6,7 @@ products and is able to support hundreds of sessions, each with \ different configuration. It is used by several ISPs to provide \ L2TP services and by corporations to implement L2TP VPNs." HOMEPAGE = "http://www.openl2tp.org/" -SECTION = "console/network" +SECTION = "net" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585" DEPENDS = "popt flex readline" diff --git a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb index 6a90578bc6..f14d8a5952 100644 --- a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb +++ b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb @@ -5,7 +5,7 @@ DESCRIPTION = "PPTP Client is a Linux, FreeBSD, NetBSD \ Virtual Private Network (VPN) as used by employers and some \ cable and ADSL internet service providers." HOMEPAGE = "http://pptpclient.sourceforge.net" -SECTION = "network" +SECTION = "net" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index 2c0817b83f..071e8d4483 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc @@ -6,7 +6,7 @@ Quagga is a fork of GNU Zebra which was developed by Kunihiro \ Ishiguro. The Quagga tree aims to build a more involved community \ around Quagga than the current centralised model of GNU Zebra." HOMEPAGE = "http://www.nongnu.org/quagga/" -SECTION = "network" +SECTION = "net" LICENSE = "GPL-2.0 & LGPL-2.0" DEPENDS = "readline ncurses perl-native" DEPENDS += "${@base_contains('DISTRO_FEATURES', 'snmp', 'net-snmp', '', d)}" diff --git a/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb b/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb index 2350d4f88b..95faa65b1e 100644 --- a/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb +++ b/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Portable, easy-to-use and standard compliant library suitable \ for developing free and commercial software that need support for a RADIUS \ protocol (RFCs 2128 and 2139)." HOMEPAGE = "http://sourceforge.net/projects/radiusclient-ng.berlios/" -SECTION = "Applications/Internet" +SECTION = "net" SRC_URI = "${DEBIAN_MIRROR}/main/r/${BPN}/${BPN}_${PV}.orig.tar.gz \ file://Modify-configure.in-and-etc-Makefile.am.patch \ diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb index f3bd994a05..4418db8187 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb @@ -1,6 +1,6 @@ SUMMARY = "A user-mode PPPoE client and server suite for Linux" HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe" -SECTION = "console/network" +SECTION = "net" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581" diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc index f4ea2b8266..1a72fd19c4 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc @@ -1,6 +1,6 @@ SUMMARY = "Xelerance version of the Layer 2 Tunneling Protocol (L2TP) daemon" HOMEPAGE = "http://www.xelerance.com/software/xl2tpd/" -SECTION = "network" +SECTION = "net" DEPENDS = "ppp virtual/kernel" LICENSE = "GPLv2" -- cgit 1.2.3-korg