diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-01-31 15:25:46 +0100 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-02-14 15:12:47 -0500 |
commit | 5b499287f2be91a898507b668d492b20eb7e8b24 (patch) | |
tree | 2909ca642e09d561d00b6ae86d1e1f3793283480 | |
parent | 3ffe8dbceba9c8985f71c1a5eee5840a47354d19 (diff) | |
download | meta-openembedded-5b499287f2be91a898507b668d492b20eb7e8b24.tar.gz |
libnetfilter-log: add newrecipe for version 1.0.1
This library is usefull for userspace netfilter log messages
(c.f. iptables and -j NFLOG target).
libnetfilter-conntrack, libnetfilter-cttimeout, libnetfilter-cthelper and
libnetfilter-queue are already available since december of 2012.
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb new file mode 100644 index 000000000..81909b8be --- /dev/null +++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Netfilter logging library" | ||
2 | DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter log message (NFLOG)" | ||
3 | HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_log/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_log/files/libnetfilter_log-${PV}.tar.bz2;name=tar" | ||
9 | SRC_URI[tar.md5sum] = "2a4bb0654ae675a52d2e8d1c06090b94" | ||
10 | SRC_URI[tar.sha256sum] = "74e0fe75753dba3ac114531b5e73240452c789a3f3adccf5c51217da1d933b21" | ||
11 | |||
12 | S = "${WORKDIR}/libnetfilter_log-${PV}" | ||
13 | |||
14 | inherit autotools pkgconfig | ||