mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libnetfilter-cttimeout: add new recipe for version 1.0.0
This library is needed by recent versions of conntrack-tools. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
committed by
Joe MacDonald
parent
591c1e19ed
commit
3fc004b443
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "Netfilter connection tracking timeout library"
|
||||
DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter fine-grain connection tracking timeout infrastructure"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
DEPENDS = "libmnl"
|
||||
|
||||
SRC_URI = "http://www.netfilter.org/projects/libnetfilter_cttimeout/files/libnetfilter_cttimeout-${PV}.tar.bz2;name=tar"
|
||||
SRC_URI[tar.md5sum] = "7697437fc9ebb6f6b83df56a633db7f9"
|
||||
SRC_URI[tar.sha256sum] = "aeab12754f557cba3ce2950a2029963d817490df7edb49880008b34d7ff8feba"
|
||||
|
||||
S = "${WORKDIR}/libnetfilter_cttimeout-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user