From f340b4079d4e0726b9965089e2c6a1a46b02c6db Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 29 Apr 2025 10:43:41 +0200 Subject: [PATCH] libnftnl: fix tag name * ${P} doesn't work e.g. with multilib * fixes: git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin rev-list -n 1 lib32-libnftnl-1.2.9 failed with exit code 128, output: fatal: ambiguous argument \'lib32-libnftnl-1.2.9\': unknown revision or path not in the working tree. Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb index 8368c9cc29..4a5435a743 100644 --- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb +++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb @@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26" SECTION = "libs" -SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${P} \ +SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${BP} \ file://0001-configure.ac-Add-serial-tests.patch \ file://run-ptest \ "