From 191503323b56bb3055ba5e85a34178b28d72f4d5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 16 Feb 2015 23:26:19 +0100 Subject: [PATCH] libmnl: Import from meta-networking We need this for nfacct --- recipes-extra/libmnl/libmnl_1.0.3.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-extra/libmnl/libmnl_1.0.3.bb diff --git a/recipes-extra/libmnl/libmnl_1.0.3.bb b/recipes-extra/libmnl/libmnl_1.0.3.bb new file mode 100644 index 0000000..74f9096 --- /dev/null +++ b/recipes-extra/libmnl/libmnl_1.0.3.bb @@ -0,0 +1,12 @@ +SUMMARY = "Minimalistic user-space Netlink utility library" +DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \ + functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs." +HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html" +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" +SRC_URI[tar.md5sum] = "7d95fc3bea3365bc03c48e484224f65f" +SRC_URI[tar.sha256sum] = "6f14336e9acdbc62c2dc71bbb59ce162e54e9af5c80153e92476c5443fe784de" + +inherit autotools pkgconfig