summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libmnl/libmnl_1.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/libmnl/libmnl_1.0.5.bb')
-rw-r--r--meta/recipes-extended/libmnl/libmnl_1.0.5.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-extended/libmnl/libmnl_1.0.5.bb b/meta/recipes-extended/libmnl/libmnl_1.0.5.bb
deleted file mode 100644
index 66b30d7f60..0000000000
--- a/meta/recipes-extended/libmnl/libmnl_1.0.5.bb
+++ /dev/null
@@ -1,16 +0,0 @@
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"
10SRC_URI[sha256sum] = "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525"
11
12inherit autotools pkgconfig
13
14EXTRA_OECONF += "--with-doxygen=no"
15
16BBCLASSEXTEND = "native"