aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-10-18 22:38:33 -0700
committerAndreas Oberritter <obi@opendreambox.org>2017-03-06 19:40:20 +0100
commit8877977e47a56132f389f1221b7c6bc51c113e77 (patch)
tree18b7032d4f733dff3369e8dffb6cbbbc20208141 /meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb
parent728d5e02f088771e8ae6da3dc0cbc40a32605a50 (diff)
downloadmeta-openembedded-contrib-8877977e47a56132f389f1221b7c6bc51c113e77.tar.gz
libmnl, nftables: Update versions
libmnl -> 1.0.4 nftables -> 0.6 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> (cherry picked from commit 406ca647b696f83e5581783f68d1973932eac196) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb')
-rw-r--r--meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb b/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb
new file mode 100644
index 0000000000..b458799800
--- /dev/null
+++ b/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb
@@ -0,0 +1,13 @@
+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"
+SECTION = "libs"
+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] = "be9b4b5328c6da1bda565ac5dffadb2d"
+SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81"
+
+inherit autotools pkgconfig