]> code.ossystems Code Review - openembedded-core.git/commit
meson: Correct use of the _append operator
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 27 Nov 2018 23:01:07 +0000 (00:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Dec 2018 12:19:42 +0000 (12:19 +0000)
commitc07ee11e99dfe28405a7225903a541b33aeb1de6
tree9fe0708a8992ebb55d2c1eac7c02b2756af146fe
parent3d89f6a8337b6dc3867b5472713ac2c482b9f260
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.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson.inc