mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
@@ -46,7 +46,7 @@ python devupstream_virtclass_handler () {
|
||||
pv = d.getVar("PV")
|
||||
proto_marker = "+" + uri.scheme
|
||||
if proto_marker not in pv and not d.getVar("PV:class-devupstream"):
|
||||
d.setVar("PV", pv + proto_marker + "${SRCPV}")
|
||||
d.setVar("PV", pv + proto_marker)
|
||||
|
||||
if variant == "native":
|
||||
pn = d.getVar("PN")
|
||||
|
||||
Reference in New Issue
Block a user