[oe-commits] Zhenhua Luo : libnfnetlink: add version 1.0.0

git at git.openembedded.org git at git.openembedded.org
Thu Dec 22 09:17:21 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 713b8ac8aaae7b6cd2c97801bc8575323846fee7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=713b8ac8aaae7b6cd2c97801bc8575323846fee7

Author: Zhenhua Luo <b19537 at freescale.com>
Date:   Wed Dec 21 06:01:42 2011 +0000

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 at freescale.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../libnfnetlink/libnfnetlink_1.0.0.bb             |   16 ++++++++++++++++
 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 0000000..1ce5912
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "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."
+HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
+SECTION = "devel/libs"
+LICENSE = "GPLv2+"
+
+LIC_FILES_CHKSUM = "file://Makefile.in;endline=13;md5=a44bb8f4c22793d55c5e879eec256702"
+
+SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=libnfnetlink-${PV}"
+SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8"
+SRC_URI[libnfnetlink-1.0.0.sha256sum] = "3752b03a4c09821ee9a2528d69289423a01e7171f1a22dfdd11d5459e03972fb"
+
+inherit autotools pkgconfig





More information about the Openembedded-commits mailing list