diff options
| author | Mark Hatle <mark.hatle@windriver.com> | 2017-09-06 14:23:00 -0500 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-10-16 13:24:11 -0400 |
| commit | 841aadaa33a16eaa441d80c5332c06f4e830a9f4 (patch) | |
| tree | c3738e873a07b4ade406a0929b1646dcd0fd7459 /meta-networking | |
| parent | 8188761dbc62a5908a3ddc949b24db568bf22662 (diff) | |
| download | meta-openembedded-841aadaa33a16eaa441d80c5332c06f4e830a9f4.tar.gz | |
libmnl: Move to oe-core
Moved to oe-core, remove this version.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb | 13 |
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 @@ | |||
| 1 | SUMMARY = "Minimalistic user-space Netlink utility library" | ||
| 2 | DESCRIPTION = "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." | ||
| 4 | HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html" | ||
| 5 | SECTION = "libs" | ||
| 6 | LICENSE = "LGPLv2.1+" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" | ||
| 10 | SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d" | ||
| 11 | SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
