Comments
Patch
new file mode 100644
@@ -0,0 +1,16 @@
+DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \
+kernel/userspace communication. It provides a generic messaging \
+infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \
+nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \
+management tools in userspace."
+
+SECTION = "devel/libs"
+LICENSE = "GPL"
+LIC_FILES_CHKSUM = "file://README;md5=287b7901363dda6ef7176fadee6972ed"
+HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
+INC_PR = "r0"
+
+SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=libnfnetlink-${PV}"
+
+inherit autotools pkgconfig
+
new file mode 100644
@@ -0,0 +1,6 @@
+include libnfnetlink.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8"
+SRC_URI[libnfnetlink-1.0.0.sha256sum] = "3752b03a4c09821ee9a2528d69289423a01e7171f1a22dfdd11d5459e03972fb"
Add libnfnetlink 1.0.0 package from the OE-classic. Signed-off-by: Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> --- meta/recipes-support/libnfnetlink/libnfnetlink.inc | 16 ++++++++++++++++ .../libnfnetlink/libnfnetlink_1.0.0.bb | 6 ++++++ 2 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/libnfnetlink/libnfnetlink.inc create mode 100644 meta/recipes-support/libnfnetlink/libnfnetlink_1.0.0.bb