1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

recipes/classes/scripts: Drop SRCPV usage in OE-Core

Now that SRCPV isn't needed we can simplify things in a few places...

(From OE-Core rev: 843f82a246a535c353e08072f252d1dc78217872)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2023-08-11 14:31:24 +01:00
parent 62afa02d01
commit 65318019cd
52 changed files with 50 additions and 60 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ DEPENDS = "libaio"
SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb"
PV = "1.3.0+git${SRCPV}"
PV = "1.3.0+git"
SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https"