summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2015-05-11 16:12:50 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2015-06-05 20:42:25 -0400
commit8980f0d2a20726c9e9f7e951fca7a90896ecff31 (patch)
tree7e42c09533315e9f1eca7c56d06866a07350c55c /meta-networking/recipes-filter
parent6a84fe282ec641a07bc258fadeba475e8d326e68 (diff)
downloadmeta-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-filter')
-rw-r--r--meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb2
-rw-r--r--meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb2
-rw-r--r--meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb1
-rw-r--r--meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.2.bb1
-rw-r--r--meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb1
-rw-r--r--meta-networking/recipes-filter/libnetfilter/libnetfilter-cttimeout_1.0.0.bb1
-rw-r--r--meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb1
-rw-r--r--meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb1
-rw-r--r--meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb2
-rw-r--r--meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb2
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_0.4.bb2
11 files changed, 11 insertions, 5 deletions
diff --git a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb
index 0cc139840..57fe21c05 100644
--- a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb
+++ b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb
@@ -1,10 +1,10 @@
1SUMMARY = "Connection tracking userspace tools for Linux" 1SUMMARY = "Connection tracking userspace tools for Linux"
2SECTION = "net"
2LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
4DEPENDS = "libnfnetlink libnetfilter-conntrack libnetfilter-cttimeout \ 5DEPENDS = "libnfnetlink libnetfilter-conntrack libnetfilter-cttimeout \
5 libnetfilter-cthelper libnetfilter-queue bison-native" 6 libnetfilter-cthelper libnetfilter-queue bison-native"
6 7
7
8SRC_URI = " \ 8SRC_URI = " \
9 http://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-${PV}.tar.bz2;name=tar \ 9 http://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-${PV}.tar.bz2;name=tar \
10 file://conntrack-failover \ 10 file://conntrack-failover \
diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
index 32cfc752b..2e49dab33 100644
--- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
+++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Utility for basic Ethernet frame filtering on a Linux bridge, \
3 advanced logging, MAC DNAT/SNAT and brouting." 3 advanced logging, MAC DNAT/SNAT and brouting."
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e" 5LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
6SECTION = "console/network" 6SECTION = "net"
7PR = "r3" 7PR = "r3"
8 8
9RDEPENDS_${PN} += "perl" 9RDEPENDS_${PN} += "perl"
diff --git a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb b/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb
index 74f909660..b3a5f2e95 100644
--- a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb
+++ b/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb
@@ -2,6 +2,7 @@ SUMMARY = "Minimalistic user-space Netlink utility library"
2DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \ 2DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \
3 functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs." 3 functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs."
4HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html" 4HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html"
5SECTION = "libs"
5LICENSE = "LGPLv2.1+" 6LICENSE = "LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 7LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
7 8
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.2.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.2.bb
index fb915abbf..df4030c40 100644
--- a/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.2.bb
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.2.bb
@@ -1,6 +1,7 @@
1SUMMARY = "Netfilter connection tracking library" 1SUMMARY = "Netfilter connection tracking library"
2DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter connection tracking state table" 2DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter connection tracking state table"
3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_conntrack/index.html" 3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_conntrack/index.html"
4SECTION = "libs"
4LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 6LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
6DEPENDS = "libnfnetlink libmnl" 7DEPENDS = "libnfnetlink libmnl"
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb
index 405e8bfae..3d3799726 100644
--- a/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb
@@ -1,6 +1,7 @@
1SUMMARY = "Netfilter connection tracking helper library" 1SUMMARY = "Netfilter connection tracking helper library"
2DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter user-space helper infrastructure" 2DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter user-space helper infrastructure"
3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_cthelper/index.html" 3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_cthelper/index.html"
4SECTION = "libs"
4LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 6LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
6DEPENDS = "libmnl" 7DEPENDS = "libmnl"
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-cttimeout_1.0.0.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-cttimeout_1.0.0.bb
index 2f2585217..dcf748562 100644
--- a/meta-networking/recipes-filter/libnetfilter/libnetfilter-cttimeout_1.0.0.bb
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-cttimeout_1.0.0.bb
@@ -1,5 +1,6 @@
1SUMMARY = "Netfilter connection tracking timeout library" 1SUMMARY = "Netfilter connection tracking timeout library"
2DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter fine-grain connection tracking timeout infrastructure" 2DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter fine-grain connection tracking timeout infrastructure"
3SECTION = "libs"
3LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 5LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
5DEPENDS = "libmnl" 6DEPENDS = "libmnl"
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb
index 81909b8be..30c9ae6bc 100644
--- a/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb
@@ -1,6 +1,7 @@
1SUMMARY = "Netfilter logging library" 1SUMMARY = "Netfilter logging library"
2DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter log message (NFLOG)" 2DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter log message (NFLOG)"
3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_log/index.html" 3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_log/index.html"
4SECTION = "libs"
4LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 6LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
6DEPENDS = "libnfnetlink" 7DEPENDS = "libnfnetlink"
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb
index b932ff65f..ddf2aa5c4 100644
--- a/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb
@@ -1,6 +1,7 @@
1SUMMARY = "Netfilter packet queue access library" 1SUMMARY = "Netfilter packet queue access library"
2DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue" 2DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html" 3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
4SECTION = "libs"
4LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 6LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
6DEPENDS = "libnfnetlink libmnl" 7DEPENDS = "libnfnetlink libmnl"
diff --git a/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb b/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb
index 9cb615bb4..edd0f866f 100644
--- a/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb
+++ b/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb
@@ -5,7 +5,7 @@ infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \
5nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \ 5nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \
6management tools in userspace." 6management tools in userspace."
7HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html" 7HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
8SECTION = "devel/libs" 8SECTION = "libs"
9LICENSE = "GPLv2+" 9LICENSE = "GPLv2+"
10 10
11 11
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb
index eea71e2e6..112af087d 100644
--- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Library for low-level interaction with nftables Netlink's API over libmnl" 1SUMMARY = "Library for low-level interaction with nftables Netlink's API over libmnl"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26" 3LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26"
4SECTION = "libs/network" 4SECTION = "libs"
5DEPENDS = "libmnl" 5DEPENDS = "libmnl"
6 6
7SRC_URI = "http://netfilter.org/projects/libnftnl/files/${BP}.tar.bz2 \ 7SRC_URI = "http://netfilter.org/projects/libnftnl/files/${BP}.tar.bz2 \
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.4.bb b/meta-networking/recipes-filter/nftables/nftables_0.4.bb
index d183d9155..741b3308a 100644
--- a/meta-networking/recipes-filter/nftables/nftables_0.4.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_0.4.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Netfilter Tables userspace utillites" 1SUMMARY = "Netfilter Tables userspace utillites"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79" 3LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79"
4SECTION = "console/network" 4SECTION = "net"
5 5
6DEPENDS = "libmnl libnftnl readline gmp" 6DEPENDS = "libmnl libnftnl readline gmp"
7RRECOMMENDS_${PN} += "kernel-module-nf-tables \ 7RRECOMMENDS_${PN} += "kernel-module-nf-tables \