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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user