[oe-commits] Paul Eggleton : libmnl: add new recipe for version 1.0.3

git at git.openembedded.org git at git.openembedded.org
Fri Dec 7 21:23:39 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 20b9b8a89e7d0e8bb5c03ed541b80202435a1cf8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=20b9b8a89e7d0e8bb5c03ed541b80202435a1cf8

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Dec  3 14:20:26 2012 +0000

libmnl: add new recipe for version 1.0.3

This library is required by recent versions of some the libnetfilter*
libraries.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 .../recipes-filter/libmnl/libmnl_1.0.3.bb          |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb b/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb
new file mode 100644
index 0000000..369aaa9
--- /dev/null
+++ b/meta-networking/recipes-filter/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





More information about the Openembedded-commits mailing list