summaryrefslogtreecommitdiffstats
path: root/recipes-networking/netns
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-12 03:24:38 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-24 01:38:21 +0000
commit08435d20b1259d2ef0c98638116fb881045ff512 (patch)
tree42bdbe67e5edb8fe060d1e1c6d3c47d92d09e5fa /recipes-networking/netns
parenta03c4f584567d9733e601d16af80299ec48b492d (diff)
downloadmeta-virtualization-08435d20b1259d2ef0c98638116fb881045ff512.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/netns')
-rw-r--r--recipes-networking/netns/netns_git.bb2
1 files changed, 1 insertions, 1 deletions
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 \
7 file://Makefile-force-rebuilding-all-packages-to-avoid-cgo.patch \ 7 file://Makefile-force-rebuilding-all-packages-to-avoid-cgo.patch \
8 " 8 "
9SRCREV = "00d5d07ab1c8afcf481ffa5958719943b6ecfde4" 9SRCREV = "00d5d07ab1c8afcf481ffa5958719943b6ecfde4"
10PV = "0.5.3+git${SRCPV}" 10PV = "0.5.3+git"
11GO_IMPORT = "import" 11GO_IMPORT = "import"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"