summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2011-12-21 06:01:42 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-22 08:49:16 +0100
commit713b8ac8aaae7b6cd2c97801bc8575323846fee7 (patch)
treebb11df2e90a4fc6473dce977128042018c67b3f2 /meta-oe
parent16da7fbd7b7a41c51e6c650e133f53b7210016e3 (diff)
downloadmeta-openembedded-713b8ac8aaae7b6cd2c97801bc8575323846fee7.tar.gz
libnfnetlink: add version 1.0.0
libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb b/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb
new file mode 100644
index 000000000..1ce5912dc
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \
2kernel/userspace communication. It provides a generic messaging \
3infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \
4nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \
5management tools in userspace."
6HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
7SECTION = "devel/libs"
8LICENSE = "GPLv2+"
9
10LIC_FILES_CHKSUM = "file://Makefile.in;endline=13;md5=a44bb8f4c22793d55c5e879eec256702"
11
12SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=libnfnetlink-${PV}"
13SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8"
14SRC_URI[libnfnetlink-1.0.0.sha256sum] = "3752b03a4c09821ee9a2528d69289423a01e7171f1a22dfdd11d5459e03972fb"
15
16inherit autotools pkgconfig