aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.4.bb
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-08-21 11:56:02 +0900
committerKhem Raj <raj.khem@gmail.com>2019-08-20 21:11:27 -0700
commit38d83cfd0c43fda5e3d2dfbb19d98f17d5456327 (patch)
treecaba4c8721c8bd32041212e2dd77ea79acc95fea /meta-networking/recipes-filter/libnftnl/libnftnl_1.1.4.bb
parentbee22cea6b2417ed6728f48802f96ee53ad1411d (diff)
downloadmeta-openembedded-38d83cfd0c43fda5e3d2dfbb19d98f17d5456327.tar.gz
libnftnl: upgrade 1.1.3 -> 1.1.4
Refresh patch: 0002-avoid-naming-local-function-as-one-of-printf-family.patch Add two new file in this patch: src/expr/synproxy.c src/obj/ct_expect.c Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-filter/libnftnl/libnftnl_1.1.4.bb')
-rw-r--r--meta-networking/recipes-filter/libnftnl/libnftnl_1.1.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.4.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.4.bb
new file mode 100644
index 0000000000..705b6a6c34
--- /dev/null
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.4.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Library for low-level interaction with nftables Netlink's API over libmnl"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26"
+SECTION = "libs"
+DEPENDS = "libmnl"
+
+SRCREV = "7c19dc01a88dbcf9a45fa791cd27a51b563bcf29"
+SRC_URI = "git://git.netfilter.org/libnftnl \
+ file://0001-Move-exports-before-symbol-definition.patch \
+ file://0002-avoid-naming-local-function-as-one-of-printf-family.patch \
+ "
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig