[oe] [PATCH v2] Add libnetfilter-conntrack 1.0.0

Yauhen Kharuzhy yauhen.kharuzhy at promwad.com
Thu Jan 26 09:37:37 UTC 2012


Add libnetfilter-conntrack 1.0.0 package.
Recipe was taken from the OE-classic and was updated.

Signed-off-by: Yauhen Kharuzhy <yauhen.kharuzhy at promwad.com>
---
 .../libnetfilter/libnetfilter-conntrack_1.0.0.bb   |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb

diff --git a/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb
new file mode 100644
index 0000000..5f27c21
--- /dev/null
+++ b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Userspace library providing a programming interface (API) to the in-kernel connection tracking state table"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+DEPENDS = "libnfnetlink"
+
+SRC_URI = "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2;name=tar"
+SRC_URI[tar.md5sum] = "bc4638602d0e8dd144a11e510e2c236b"
+SRC_URI[tar.sha256sum] = "0a09a61ad26a43190a1858cb0391198ae3c952a9bdc4488e63dcb5c59aa3d608"
+
+S = "${WORKDIR}/libnetfilter_conntrack-${PV}"
+
+inherit autotools pkgconfig
-- 
1.7.7.6





More information about the Openembedded-devel mailing list