diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-12-03 14:20:26 +0000 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@windriver.com> | 2012-12-07 16:20:28 -0500 |
commit | 20b9b8a89e7d0e8bb5c03ed541b80202435a1cf8 (patch) | |
tree | 9d35e8ce0ddedab3e1e4362b52bd821ea9cbf1dd /meta-networking | |
parent | 3664f5a75e9f81d673c88409744edd23ead59813 (diff) | |
download | meta-openembedded-20b9b8a89e7d0e8bb5c03ed541b80202435a1cf8.tar.gz |
libmnl: add new recipe for version 1.0.3
This library is required by recent versions of some the libnetfilter*
libraries.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb b/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb new file mode 100644 index 0000000000..369aaa9f81 --- /dev/null +++ b/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb | |||
@@ -0,0 +1,12 @@ | |||
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 | LICENSE = "LGPLv2.1+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
7 | |||
8 | SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" | ||
9 | SRC_URI[tar.md5sum] = "7d95fc3bea3365bc03c48e484224f65f" | ||
10 | SRC_URI[tar.sha256sum] = "6f14336e9acdbc62c2dc71bbb59ce162e54e9af5c80153e92476c5443fe784de" | ||
11 | |||
12 | inherit autotools pkgconfig | ||