diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-22 17:26:08 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-22 22:21:11 +0300 |
commit | 1cd8c1baf7287d4caad62b1e2a240048effad42a (patch) | |
tree | 316aceba6c733da98fb87b3a81b3cea4289739b1 /recipes/libnetfilter/libnetfilter-queue.inc | |
parent | d47d5ded5d38c15a596d7a4837500b3e4390120c (diff) |
libnetfilter-queue: rename recipe dir to libnetfiler
libnetfilter-conntrack is to be pushed after this and there is also
libnetfilter-log that could be added to OE. Don't see any reason to
create separate directory for each of those.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/libnetfilter/libnetfilter-queue.inc')
-rw-r--r-- | recipes/libnetfilter/libnetfilter-queue.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/libnetfilter/libnetfilter-queue.inc b/recipes/libnetfilter/libnetfilter-queue.inc new file mode 100644 index 0000000000..96ec16c330 --- /dev/null +++ b/recipes/libnetfilter/libnetfilter-queue.inc @@ -0,0 +1,22 @@ +DESCRIPTION = "libnetfilter_queue is a userspace library providing an API to \ +packets that have been queued by the kernel packet filter. It is is part of a \ +system that deprecates the old ip_queue / libipq mechanism." + +SECTION = "devel/libs" +LICENSE = "GPL" +HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html" +PR = "r0" + + +DEPENDS = "libnfnetlink" + +SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2" + +S = "${WORKDIR}/libnetfilter_queue-${PV}" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} + |