Comments
Patch
new file mode 100644
@@ -0,0 +1,12 @@
+DESCRIPTION = "Userspace library providing a programming interface (API) to the in-kernel connection tracking state table"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+DEPENDS = "libnfnetlink"
+
+SRC_URI = "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2;name=tar"
+SRC_URI[tar.md5sum] = "bc4638602d0e8dd144a11e510e2c236b"
+SRC_URI[tar.sha256sum] = "0a09a61ad26a43190a1858cb0391198ae3c952a9bdc4488e63dcb5c59aa3d608"
+
+S = "${WORKDIR}/libnetfilter_conntrack-${PV}"
+
+inherit autotools pkgconfig
Add libnetfilter-conntrack 1.0.0 package. Recipe was taken from the OE-classic and was updated. Signed-off-by: Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> --- .../libnetfilter/libnetfilter-conntrack_1.0.0.bb | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb