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-connectivity | |
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-connectivity')
11 files changed, 11 insertions, 5 deletions
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.13.bb b/meta-networking/recipes-connectivity/crda/crda_3.13.bb index fced75eec..12eefe07a 100644 --- a/meta-networking/recipes-connectivity/crda/crda_3.13.bb +++ b/meta-networking/recipes-connectivity/crda/crda_3.13.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Wireless Central Regulatory Domain Agent" | 1 | SUMMARY = "Wireless Central Regulatory Domain Agent" |
2 | HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA" | 2 | HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA" |
3 | 3 | SECTION = "net" | |
4 | LICENSE = "copyleft-next-0.3.0 & ISC" | 4 | LICENSE = "copyleft-next-0.3.0 & ISC" |
5 | LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe \ | 5 | LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe \ |
6 | file://${WORKDIR}/wireless-regdb-2014.11.18/LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" | 6 | file://${WORKDIR}/wireless-regdb-2014.11.18/LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" |
diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.2.bb b/meta-networking/recipes-connectivity/daq/daq_2.0.2.bb index 4cf3f1ceb..b8f84077c 100644 --- a/meta-networking/recipes-connectivity/daq/daq_2.0.2.bb +++ b/meta-networking/recipes-connectivity/daq/daq_2.0.2.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "The dump DAQ test the various inline mode features " | 1 | SUMMARY = "The dump DAQ test the various inline mode features " |
2 | HOMEPAGE = "http://www.snort.org" | 2 | HOMEPAGE = "http://www.snort.org" |
3 | SECTION = "libs" | ||
3 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0" |
5 | 6 | ||
diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb index e46133efb..cd7b425ae 100644 --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "The GNU inetutils are a collection of common \ | |||
2 | networking utilities and servers including ftp, ftpd, rcp, \ | 2 | networking utilities and servers including ftp, ftpd, rcp, \ |
3 | rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \ | 3 | rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \ |
4 | talkd, telnet, telnetd, tftp, tftpd, and uucpd." | 4 | talkd, telnet, telnetd, tftp, tftpd, and uucpd." |
5 | SECTION = "libs" | 5 | SECTION = "net" |
6 | DEPENDS = "ncurses netbase readline" | 6 | DEPENDS = "ncurses netbase readline" |
7 | LICENSE = "GPLv3" | 7 | LICENSE = "GPLv3" |
8 | 8 | ||
diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb index 47525061e..28b6c8254 100644 --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "dumb networking library" | 1 | SUMMARY = "dumb networking library" |
2 | HOMEPAGE = "http://code.google.com/p/libdnet/" | 2 | HOMEPAGE = "http://code.google.com/p/libdnet/" |
3 | SECTION = "libs" | ||
3 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" |
5 | 6 | ||
diff --git a/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb b/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb index 8adc0b1b3..caa4cd3a9 100644 --- a/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb +++ b/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb | |||
@@ -21,7 +21,7 @@ BUGTRACKER = "https://github.com/polarssl/polarssl/issues" | |||
21 | LICENSE = "GPLv2" | 21 | LICENSE = "GPLv2" |
22 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 22 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
23 | 23 | ||
24 | SECTION = "net" | 24 | SECTION = "libdevel" |
25 | 25 | ||
26 | SRC_URI = "https://polarssl.org/download/polarssl-${PV}-gpl.tgz" | 26 | SRC_URI = "https://polarssl.org/download/polarssl-${PV}-gpl.tgz" |
27 | 27 | ||
diff --git a/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb b/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb index 5e8d9d9bf..fc304fae7 100644 --- a/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb +++ b/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | DESCRIPTION = "set Linux HDLC packet radio modem driver port information" | 1 | DESCRIPTION = "set Linux HDLC packet radio modem driver port information" |
2 | HOMEPAGE = "https://www.kernel.org/pub/linux/utils/net/hdlc" | 2 | HOMEPAGE = "https://www.kernel.org/pub/linux/utils/net/hdlc" |
3 | SECTION = "comm" | ||
3 | LICENSE = "GPLv2 & GPLv2+ " | 4 | LICENSE = "GPLv2 & GPLv2+ " |
4 | LIC_FILES_CHKSUM = "file://sethdlc.c;endline=10;md5=90f936879e9f8b755a138aeb348782eb" | 5 | LIC_FILES_CHKSUM = "file://sethdlc.c;endline=10;md5=90f936879e9f8b755a138aeb348782eb" |
5 | 6 | ||
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb index 17d679252..66653c6c3 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | DESCRIPTION = "snort - a free lightweight network intrusion detection system for UNIX and Windows." | 1 | DESCRIPTION = "snort - a free lightweight network intrusion detection system for UNIX and Windows." |
2 | HOMEPAGE = "http://www.snort.org/" | 2 | HOMEPAGE = "http://www.snort.org/" |
3 | SECTION = "net" | ||
3 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" |
5 | 6 | ||
diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb index 467f2a81f..2721f8fa7 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | |||
@@ -3,6 +3,7 @@ DESCRIPTION = "UFW stands for Uncomplicated Firewall, and is program for \ | |||
3 | managing a netfilter firewall. It provides a command line interface and aims \ | 3 | managing a netfilter firewall. It provides a command line interface and aims \ |
4 | to be uncomplicated and easy to use." | 4 | to be uncomplicated and easy to use." |
5 | HOMEPAGE = "https://launchpad.net/ufw" | 5 | HOMEPAGE = "https://launchpad.net/ufw" |
6 | SECTION = "net" | ||
6 | LICENSE = "GPLv3" | 7 | LICENSE = "GPLv3" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
8 | 9 | ||
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb index 086f559a7..8df93e462 100644 --- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "VLAN provides vconfig utility" | 1 | SUMMARY = "VLAN provides vconfig utility" |
2 | SECTION = "misc" | ||
2 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://vconfig.c;md5=293ef69c4e88434d37a5ee577a5288cb" | 4 | LIC_FILES_CHKSUM = "file://vconfig.c;md5=293ef69c4e88434d37a5ee577a5288cb" |
4 | 5 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb index 151aaf944..34499d67f 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "A client for the Cisco3000 VPN Concentrator" | 1 | SUMMARY = "A client for the Cisco3000 VPN Concentrator" |
2 | HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/" | 2 | HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/" |
3 | AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de" | 3 | AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de" |
4 | SECTION = "console/network" | 4 | SECTION = "net" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | LICENSE = "GPL-2.0+" | 6 | LICENSE = "GPL-2.0+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" |
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb index 2366fb15e..591ff3213 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written in | |||
5 | a full TLS 1.2 client and server." | 5 | a full TLS 1.2 client and server." |
6 | HOMEPAGE = "http://www.wolfssl.com/yaSSL/Products-wolfssl.html" | 6 | HOMEPAGE = "http://www.wolfssl.com/yaSSL/Products-wolfssl.html" |
7 | BUGTRACKER = "http://github.com/wolfssl/wolfssl/issues" | 7 | BUGTRACKER = "http://github.com/wolfssl/wolfssl/issues" |
8 | SECTION = "libs/network" | 8 | SECTION = "libs" |
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
11 | 11 | ||