mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +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 @@ LIC_FILES_CHKSUM = "\
|
||||
DEPENDS = "git-native"
|
||||
|
||||
SRCREV = "6645d3897cc2eeb1237ee0e2ff5342bd73ee0875"
|
||||
PV = "0.3+git${SRCPV}"
|
||||
PV = "0.3+git"
|
||||
|
||||
inherit native
|
||||
|
||||
|
||||
Reference in New Issue
Block a user