[oe-commits] Paul Eggleton : libnetfilter-conntrack: add from OE-Classic and update

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: 591c1e19ed6304fd5b1d864b2d7274dcf72b427f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=591c1e19ed6304fd5b1d864b2d7274dcf72b427f

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

libnetfilter-conntrack: add from OE-Classic and update

* Update to version 1.0.2
* Add SUMMARY and tweak DESCRIPTION
* Add HOMEPAGE
* Add dependency on libmnl

Based on a patch by Yauhen Kharuzhy <yauhen.kharuzhy at promwad.com>

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

---

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

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
new file mode 100644
index 0000000..fb915ab
--- /dev/null
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.2.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Netfilter connection tracking library"
+DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter connection tracking state table"
+HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_conntrack/index.html"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+DEPENDS = "libnfnetlink libmnl"
+
+SRC_URI = "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2;name=tar"
+SRC_URI[tar.md5sum] = "447114b5d61bb9a9617ead3217c3d3ff"
+SRC_URI[tar.sha256sum] = "a0bd747dd58ae1513586b43c7125b41e6325f97eb95ac63d53cf5aeb33254d12"
+
+S = "${WORKDIR}/libnetfilter_conntrack-${PV}"
+
+inherit autotools pkgconfig





More information about the Openembedded-commits mailing list