mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +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:
@@ -74,8 +74,6 @@ python () {
|
||||
|
||||
d.setVar('SRC_URI', ' '.join(local_srcuri))
|
||||
|
||||
# Dummy value because the default function can't be called with blank SRC_URI
|
||||
d.setVar('SRCPV', '999')
|
||||
# sstate is never going to work for external source trees, disable it
|
||||
d.setVar('SSTATE_SKIP_CREATION', '1')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user