From 6d997c52c5643c5d92cc6bdf77beae7ae3b300e9 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 13 Jun 2022 17:00:17 +0800 Subject: [PATCH] libnftnl: upgrade 1.2.1 -> 1.2.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libnftnl/{libnftnl_1.2.1.bb => libnftnl_1.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.2.1.bb => libnftnl_1.2.2.bb} (96%) diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.1.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.2.bb similarity index 96% rename from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.1.bb rename to meta-networking/recipes-filter/libnftnl/libnftnl_1.2.2.bb index 44479638f1..3eca92dcec 100644 --- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.1.bb +++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.2.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26" SECTION = "libs" DEPENDS = "libmnl" -SRCREV = "09456c720e9c00eecc08e41ac6b7c291b3821ee5" +SRCREV = "f6575131e60ab10f131ea3ff36f69af2b6c3f614" SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \ file://0001-avoid-naming-local-function-as-one-of-printf-family.patch \ file://0001-configure.ac-Add-serial-tests.patch \