mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "Library for low-level interaction with nftables Netlink's API over libmnl"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26"
|
||||
SECTION = "libs/network"
|
||||
DEPENDS = "libmnl"
|
||||
|
||||
SRC_URI = "http://netfilter.org/projects/libnftnl/files/${BP}.tar.bz2 \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "203701a73cc3c51ca751d7cb2e176250"
|
||||
SRC_URI[sha256sum] = "cf0ae7eab6a6866192a1fbd6b370a8a2cbe2066fe3975ab44939fd50747c27f7"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user