summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libmnl/libmnl_1.0.5.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-05 07:05:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-05 21:17:37 +0100
commit115a669fc900b8632629b679dd604c038645422a (patch)
treeaf4c9c770fa6646281d70e4c026e3fe4cf91ee7e /meta/recipes-extended/libmnl/libmnl_1.0.5.bb
parente149bbc2ea6252ee65e19bd1e84ef4304e2c1619 (diff)
downloadpoky-115a669fc900b8632629b679dd604c038645422a.tar.gz
libmnl: upgrade 1.0.4 -> 1.0.5
(From OE-Core rev: 541dd9554e54244a5e6c43792895c4dd846bd6bf) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libmnl/libmnl_1.0.5.bb')
-rw-r--r--meta/recipes-extended/libmnl/libmnl_1.0.5.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/libmnl/libmnl_1.0.5.bb b/meta/recipes-extended/libmnl/libmnl_1.0.5.bb
new file mode 100644
index 0000000000..3c5bde3319
--- /dev/null
+++ b/meta/recipes-extended/libmnl/libmnl_1.0.5.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Minimalistic user-space Netlink utility library"
2DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \
3 functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs."
4HOMEPAGE = "https://www.netfilter.org/projects/libmnl/index.html"
5SECTION = "libs"
6LICENSE = "LGPL-2.1-or-later"
7LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
8
9SRC_URI = "https://netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar"
10SRC_URI[tar.sha256sum] = "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525"
11
12inherit autotools pkgconfig
13
14BBCLASSEXTEND = "native"