diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-05-11 16:12:50 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-06-05 20:42:25 -0400 |
commit | 8980f0d2a20726c9e9f7e951fca7a90896ecff31 (patch) | |
tree | 7e42c09533315e9f1eca7c56d06866a07350c55c /meta-networking/recipes-protocols | |
parent | 6a84fe282ec641a07bc258fadeba475e8d326e68 (diff) | |
download | meta-openembedded-8980f0d2a20726c9e9f7e951fca7a90896ecff31.tar.gz |
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 <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
9 files changed, 9 insertions, 7 deletions
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 526818c05..10e98a416 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 @@ | |||
1 | SUMMARY = "ACCEL-PPP is a high performance VPN server application for linux" | 1 | SUMMARY = "ACCEL-PPP is a high performance VPN server application for linux" |
2 | HOMEPAGE = "http://sourceforge.net/apps/trac/accel-ppp/wiki" | 2 | HOMEPAGE = "http://sourceforge.net/apps/trac/accel-ppp/wiki" |
3 | SECTION = "net" | ||
3 | 4 | ||
4 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 6 | 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 c9a692dd6..93d3a941e 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 @@ | |||
1 | SUMMARY = "Various tools relating to the Simple Network Management Protocol" | 1 | SUMMARY = "Various tools relating to the Simple Network Management Protocol" |
2 | HOMEPAGE = "http://www.net-snmp.org/" | 2 | HOMEPAGE = "http://www.net-snmp.org/" |
3 | SECTION = "net" | ||
3 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
4 | 5 | ||
5 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=8;md5=7f7f00ba639ac8e8deb5a622ea24634e" | 6 | 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 75d8ab8d7..5f465cea6 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.\ | |||
6 | " | 6 | " |
7 | HOMEPAGE = "http://www.openflow.org" | 7 | HOMEPAGE = "http://www.openflow.org" |
8 | 8 | ||
9 | SECTION = "networking" | 9 | SECTION = "net" |
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" | 12 | 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 5a041073d..d043b6389 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 \ | |||
6 | different configuration. It is used by several ISPs to provide \ | 6 | different configuration. It is used by several ISPs to provide \ |
7 | L2TP services and by corporations to implement L2TP VPNs." | 7 | L2TP services and by corporations to implement L2TP VPNs." |
8 | HOMEPAGE = "http://www.openl2tp.org/" | 8 | HOMEPAGE = "http://www.openl2tp.org/" |
9 | SECTION = "console/network" | 9 | SECTION = "net" |
10 | LICENSE = "GPL-2.0" | 10 | LICENSE = "GPL-2.0" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585" |
12 | DEPENDS = "popt flex readline" | 12 | 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 6a90578bc..f14d8a595 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 \ | |||
5 | Virtual Private Network (VPN) as used by employers and some \ | 5 | Virtual Private Network (VPN) as used by employers and some \ |
6 | cable and ADSL internet service providers." | 6 | cable and ADSL internet service providers." |
7 | HOMEPAGE = "http://pptpclient.sourceforge.net" | 7 | HOMEPAGE = "http://pptpclient.sourceforge.net" |
8 | SECTION = "network" | 8 | SECTION = "net" |
9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
11 | 11 | ||
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index 2c0817b83..071e8d448 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 \ | |||
6 | Ishiguro. The Quagga tree aims to build a more involved community \ | 6 | Ishiguro. The Quagga tree aims to build a more involved community \ |
7 | around Quagga than the current centralised model of GNU Zebra." | 7 | around Quagga than the current centralised model of GNU Zebra." |
8 | HOMEPAGE = "http://www.nongnu.org/quagga/" | 8 | HOMEPAGE = "http://www.nongnu.org/quagga/" |
9 | SECTION = "network" | 9 | SECTION = "net" |
10 | LICENSE = "GPL-2.0 & LGPL-2.0" | 10 | LICENSE = "GPL-2.0 & LGPL-2.0" |
11 | DEPENDS = "readline ncurses perl-native" | 11 | DEPENDS = "readline ncurses perl-native" |
12 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'snmp', 'net-snmp', '', d)}" | 12 | 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 2350d4f88..95faa65b1 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 \ | |||
3 | for developing free and commercial software that need support for a RADIUS \ | 3 | for developing free and commercial software that need support for a RADIUS \ |
4 | protocol (RFCs 2128 and 2139)." | 4 | protocol (RFCs 2128 and 2139)." |
5 | HOMEPAGE = "http://sourceforge.net/projects/radiusclient-ng.berlios/" | 5 | HOMEPAGE = "http://sourceforge.net/projects/radiusclient-ng.berlios/" |
6 | SECTION = "Applications/Internet" | 6 | SECTION = "net" |
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/r/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/r/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
9 | file://Modify-configure.in-and-etc-Makefile.am.patch \ | 9 | 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 f3bd994a0..4418db818 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 @@ | |||
1 | SUMMARY = "A user-mode PPPoE client and server suite for Linux" | 1 | SUMMARY = "A user-mode PPPoE client and server suite for Linux" |
2 | HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe" | 2 | HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe" |
3 | SECTION = "console/network" | 3 | SECTION = "net" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581" | 5 | LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581" |
6 | 6 | ||
diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc index f4ea2b826..1a72fd19c 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Xelerance version of the Layer 2 Tunneling Protocol (L2TP) daemon" | 1 | SUMMARY = "Xelerance version of the Layer 2 Tunneling Protocol (L2TP) daemon" |
2 | HOMEPAGE = "http://www.xelerance.com/software/xl2tpd/" | 2 | HOMEPAGE = "http://www.xelerance.com/software/xl2tpd/" |
3 | SECTION = "network" | 3 | SECTION = "net" |
4 | DEPENDS = "ppp virtual/kernel" | 4 | DEPENDS = "ppp virtual/kernel" |
5 | 5 | ||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |