diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-15 16:23:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-09 08:27:04 +0100 |
commit | bbbd9966e834c9dd9ba6da8af5d600d928c1bb71 (patch) | |
tree | 1f8e5c7483f8148f5a545227e484af3439c5dc1d /scripts/pybootchartgui/pybootchartgui.py | |
parent | e38b37a03fe0017f03212b3e1d073b7bc962af69 (diff) | |
download | poky-bbbd9966e834c9dd9ba6da8af5d600d928c1bb71.tar.gz |
devupstream: fix handling of SRC_URI
As the class handler runs before overrides are actually applied we need
to check both SRC_URI:class-devupstream and SRC_URI, otherwise the
automatic assignment of S="${WORKDIR}/git" for git repositories does
not work if the base recipe uses http: but :class-devupstream has a git://
entry instead.
Also, there's no need to set S:class-devupstream, we can just assign to
S here.
(From OE-Core rev: e62e906a2c3d002628c893fdc6a7d2c31499201a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d0edb03088d0d1c20c899daed1bb3a7110b19670)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/pybootchartgui/pybootchartgui.py')
0 files changed, 0 insertions, 0 deletions