[oe-commits] Paul Eggleton : libnetfilter-queue: add new recipe for version 1.0.2

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


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

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

libnetfilter-queue: add new recipe for version 1.0.2

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

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

---

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

diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb
new file mode 100644
index 0000000..7276f5c
--- /dev/null
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Netfilter packet queue access library"
+DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
+HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+DEPENDS = "libnfnetlink"
+
+SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2;name=tar"
+SRC_URI[tar.md5sum] = "df09befac35cb215865b39a36c96a3fa"
+SRC_URI[tar.sha256sum] = "838490eb5dbe358f9669823704982f5313a8d397111562373200203f93ac1a32"
+
+S = "${WORKDIR}/libnetfilter_queue-${PV}"
+
+inherit autotools pkgconfig





More information about the Openembedded-commits mailing list