From 17aa52ee3a2d54569ef797a176aebd9224ec3248 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 22 Apr 2025 16:48:56 +0800 Subject: [PATCH] libnftnl: upgrade 1.2.8 -> 1.2.9 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libnftnl/{libnftnl_1.2.8.bb => libnftnl_1.2.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.2.8.bb => libnftnl_1.2.9.bb} (90%) diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb similarity index 90% rename from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb rename to meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb index 0af64fe036..8368c9cc29 100644 --- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb +++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb @@ -3,11 +3,11 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26" SECTION = "libs" -SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \ +SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${P} \ file://0001-configure.ac-Add-serial-tests.patch \ file://run-ptest \ " -SRCREV = "06e2cbec41c7cd7f2b1e660ce5e5f949912e32eb" +SRCREV = "17190762f33f78090f5ff99a436c4cb866ac3ccd" S = "${WORKDIR}/git"