diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-07-14 14:36:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:09:24 +0100 |
commit | e20f81041bcf2ddff2e1c795fb356fd5955fac02 (patch) | |
tree | 335f2076306675dddbcfc9f1bf41ede67f33dfd4 /meta/recipes-connectivity | |
parent | e60597abb73807768e577645713f81b9d447f184 (diff) | |
download | poky-e20f81041bcf2ddff2e1c795fb356fd5955fac02.tar.gz |
connman-conf: fix SRC_URI_append
* add leading space so that it works even with some .bbappend adding
additional files to SRC_URI without trailing space
(From OE-Core rev: 0f282f1d4946ac6e81959c66172c115405632a26)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-conf.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/connman/connman-conf.bb b/meta/recipes-connectivity/connman/connman-conf.bb index 2358d9df09..bd4c28d997 100644 --- a/meta/recipes-connectivity/connman/connman-conf.bb +++ b/meta/recipes-connectivity/connman/connman-conf.bb | |||
@@ -4,9 +4,9 @@ network interface for a qemu machine." | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
6 | 6 | ||
7 | SRC_URI_append_qemuall = "file://wired.config \ | 7 | SRC_URI_append_qemuall = " file://wired.config \ |
8 | file://wired-setup \ | 8 | file://wired-setup \ |
9 | " | 9 | " |
10 | PR = "r2" | 10 | PR = "r2" |
11 | 11 | ||
12 | S = "${WORKDIR}" | 12 | S = "${WORKDIR}" |