diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2018-11-28 00:01:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-03 12:20:00 +0000 |
commit | aeb6c44af75f9cff93f748839cabade4af5bd897 (patch) | |
tree | a74134d2e8829633526b6253b4225bc78f5757b3 /meta-selftest/recipes-test | |
parent | 7faf6a00ba55db5cb5f2c21a72d09df8d784e9e8 (diff) | |
download | poky-aeb6c44af75f9cff93f748839cabade4af5bd897.tar.gz |
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>
Diffstat (limited to 'meta-selftest/recipes-test')
0 files changed, 0 insertions, 0 deletions