From 08435d20b1259d2ef0c98638116fb881045ff512 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 12 Aug 2023 03:24:38 +0000 Subject: recipes/classes/scripts: Drop SRCPV usage bitbake has been enhanced such that SRCPV is no longer needed in PV to handle updating git hashes and task signatures. We can simplify our PV by dropping SRCPV Signed-off-by: Bruce Ashfield --- recipes-networking/netns/netns_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-networking/netns') diff --git a/recipes-networking/netns/netns_git.bb b/recipes-networking/netns/netns_git.bb index 53d3ff53..357275c1 100644 --- a/recipes-networking/netns/netns_git.bb +++ b/recipes-networking/netns/netns_git.bb @@ -7,7 +7,7 @@ SRC_URI = "git://github.com/genuinetools/netns;branch=master;protocol=https \ file://Makefile-force-rebuilding-all-packages-to-avoid-cgo.patch \ " SRCREV = "00d5d07ab1c8afcf481ffa5958719943b6ecfde4" -PV = "0.5.3+git${SRCPV}" +PV = "0.5.3+git" GO_IMPORT = "import" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf