diff options
| author | Roy Li <rongqing.li@windriver.com> | 2015-06-02 13:40:28 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-06-05 18:32:15 -0400 |
| commit | 08adba96428a01ed9e12cf87f42213180ef9b90c (patch) | |
| tree | f38b14a2f70793f2804c919fad1d50c7777880ce | |
| parent | 4ecb98837f596d16a48e482a99b0bcb7c3d4e831 (diff) | |
| download | meta-openembedded-08adba96428a01ed9e12cf87f42213180ef9b90c.tar.gz | |
libnftnl: create recipe under meta-networking
libnftnl is needed by nftable, so add it
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
| -rw-r--r-- | meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb new file mode 100644 index 0000000000..eea71e2e67 --- /dev/null +++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Library for low-level interaction with nftables Netlink's API over libmnl" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26" | ||
| 4 | SECTION = "libs/network" | ||
| 5 | DEPENDS = "libmnl" | ||
| 6 | |||
| 7 | SRC_URI = "http://netfilter.org/projects/libnftnl/files/${BP}.tar.bz2 \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "203701a73cc3c51ca751d7cb2e176250" | ||
| 11 | SRC_URI[sha256sum] = "cf0ae7eab6a6866192a1fbd6b370a8a2cbe2066fe3975ab44939fd50747c27f7" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
