[oe-commits] Roy Li : libnftnl: create recipe under meta-networking

git at git.openembedded.org git at git.openembedded.org
Fri Jun 5 09:02:22 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 7c3053cdab030539586e02f7a4b354da6d763223
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7c3053cdab030539586e02f7a4b354da6d763223

Author: Roy Li <rongqing.li at windriver.com>
Date:   Tue Jun  2 13:40:28 2015 +0800

libnftnl: create recipe under meta-networking

libnftnl is needed by nftable, so add it

Signed-off-by: Roy Li <rongqing.li at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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 0000000..eea71e2
--- /dev/null
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.0.3.bb
@@ -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



More information about the Openembedded-commits mailing list