[oe-commits] Paul Eggleton : libnetfilter-cthelper: add new recipe for version 1.0.0

git at git.openembedded.org git at git.openembedded.org
Fri Dec 7 21:23:39 UTC 2012


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Dec  3 14:26:06 2012 +0000

libnetfilter-cthelper: add new recipe for version 1.0.0

This library is needed by recent versions of conntrack-tools.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 .../libnetfilter/libnetfilter-cthelper_1.0.0.bb    |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

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
new file mode 100644
index 0000000..405e8bf
--- /dev/null
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Netfilter connection tracking helper library"
+DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter user-space helper infrastructure"
+HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_cthelper/index.html"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+DEPENDS = "libmnl"
+
+SRC_URI = "http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-${PV}.tar.bz2;name=tar"
+SRC_URI[tar.md5sum] = "b2efab1a3a198a5add448960ba011acd"
+SRC_URI[tar.sha256sum] = "07618e71c4d9a6b6b3dc1986540486ee310a9838ba754926c7d14a17d8fccf3d"
+
+S = "${WORKDIR}/libnetfilter_cthelper-${PV}"
+
+inherit autotools pkgconfig





More information about the Openembedded-commits mailing list