diff options
author | André Draszik <git@andred.net> | 2016-08-16 11:38:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 09:27:13 +0100 |
commit | 4e7c641b38296ff46ba56cc45e7b14c9e2aa4018 (patch) | |
tree | 8542f777322226b1e5e6502abb56c38583346cd0 /meta/recipes-connectivity/connman | |
parent | 0f698dfd1c8bbc0d53ae7977e26685a7a3df52a3 (diff) | |
download | openembedded-core-4e7c641b38296ff46ba56cc45e7b14c9e2aa4018.tar.gz openembedded-core-4e7c641b38296ff46ba56cc45e7b14c9e2aa4018.tar.bz2 openembedded-core-4e7c641b38296ff46ba56cc45e7b14c9e2aa4018.zip |
connman: add missing space in _append
We do that everywhere else, and otherwise anybody
extending SRC_URI through bbappend must know to
add a space at the end, which is an unusual
requirement.
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.33.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.33.bb b/meta/recipes-connectivity/connman/connman_1.33.bb index 6c7e10c9fa..6ea1a08dc1 100644 --- a/meta/recipes-connectivity/connman/connman_1.33.bb +++ b/meta/recipes-connectivity/connman/connman_1.33.bb @@ -6,7 +6,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ file://no-version-scripts.patch \ file://includes.patch \ " -SRC_URI_append_libc-musl = "file://0002-resolve-musl-does-not-implement-res_ninit.patch" +SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" SRC_URI[md5sum] = "c51903fd3e7a6a371d12ac5d72a1fa01" SRC_URI[sha256sum] = "bc8946036fa70124d663136f9f6b6238d897ca482782df907b07a428b09df5a0" |