diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2018-11-28 00:01:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:12:03 +0000 |
commit | 53594c9fd01f7bd02e24aa82a5bd3a14d3dd465e (patch) | |
tree | 533c2b409232828947c4c0dd244a7f181ca23713 /scripts/lib | |
parent | 98a76c3171f9080d6246aac0188ef05c40852adc (diff) | |
download | openembedded-core-53594c9fd01f7bd02e24aa82a5bd3a14d3dd465e.tar.gz openembedded-core-53594c9fd01f7bd02e24aa82a5bd3a14d3dd465e.tar.bz2 openembedded-core-53594c9fd01f7bd02e24aa82a5bd3a14d3dd465e.zip |
meson: Correct use of the _append operator
The value to SRC_URI_append_class-native was not prefixed with a space.
This was not noticed as the SRC_URI before applying the _append contains
trailing spaces. However, if one, e.g., has a .bbappend and adds to the
SRC_URI using SRC_URI += "file://foo.patch", then there no longer is any
trailing space and the _append concatenates the two URIs together,
leading to a build failue.
(From OE-Core rev: c07ee11e99dfe28405a7225903a541b33aeb1de6)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions