diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-11 14:31:24 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-24 16:50:24 +0100 |
| commit | 65318019cd8c6db19ae5d4526a0fa2d8c8ef25fa (patch) | |
| tree | 7b97ae9eab7fecb7663c563327e608673d6d2a25 /meta/classes | |
| parent | 62afa02d01794376efab75623f42e7e08af08526 (diff) | |
| download | poky-65318019cd8c6db19ae5d4526a0fa2d8c8ef25fa.tar.gz | |
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>
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/externalsrc.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/externalsrc.bbclass b/meta/classes/externalsrc.bbclass index 322734f7ac..cba80bb1d4 100644 --- a/meta/classes/externalsrc.bbclass +++ b/meta/classes/externalsrc.bbclass | |||
| @@ -74,8 +74,6 @@ python () { | |||
| 74 | 74 | ||
| 75 | d.setVar('SRC_URI', ' '.join(local_srcuri)) | 75 | d.setVar('SRC_URI', ' '.join(local_srcuri)) |
| 76 | 76 | ||
| 77 | # Dummy value because the default function can't be called with blank SRC_URI | ||
| 78 | d.setVar('SRCPV', '999') | ||
| 79 | # sstate is never going to work for external source trees, disable it | 77 | # sstate is never going to work for external source trees, disable it |
| 80 | d.setVar('SSTATE_SKIP_CREATION', '1') | 78 | d.setVar('SSTATE_SKIP_CREATION', '1') |
| 81 | 79 | ||
