aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2017-09-05 16:17:57 -0500
committerMark Hatle <mark.hatle@windriver.com>2017-09-06 15:00:55 -0500
commit6cb41e2278850d401b6ff4a294f7ec43ed5dcf27 (patch)
treeab1933dcc3a7f43d54dbadd6c9b33627b05d356f
parentb0834cdd64cbeb75eae64e87a764517a44974ac2 (diff)
downloadmeta-openembedded-contrib-6cb41e2278850d401b6ff4a294f7ec43ed5dcf27.tar.gz
libml: Move to oe-core
Moved to oe-core, remove this version. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index b458799800..0000000000
--- a/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-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