diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-12-03 14:27:05 +0000 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@windriver.com> | 2012-12-07 16:20:29 -0500 |
commit | 9d2cd304246263a59fdb6f4856d7a3c1f8407be2 (patch) | |
tree | 6186c98bc1f80760b1ede53e99d52ba3aafd0c6f /meta-networking | |
parent | 7c808668fb07e9e6e6c57350c27e58da6f2c86aa (diff) | |
download | meta-openembedded-9d2cd304246263a59fdb6f4856d7a3c1f8407be2.tar.gz |
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@linux.intel.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-filter/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 000000000..7276f5cc7 --- /dev/null +++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Netfilter packet queue access library" | ||
2 | DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue" | ||
3 | HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html" | ||
4 | LICENSE = "GPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
6 | DEPENDS = "libnfnetlink" | ||
7 | |||
8 | SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2;name=tar" | ||
9 | SRC_URI[tar.md5sum] = "df09befac35cb215865b39a36c96a3fa" | ||
10 | SRC_URI[tar.sha256sum] = "838490eb5dbe358f9669823704982f5313a8d397111562373200203f93ac1a32" | ||
11 | |||
12 | S = "${WORKDIR}/libnetfilter_queue-${PV}" | ||
13 | |||
14 | inherit autotools pkgconfig | ||