[oe-commits] [openembedded-core] 11/20: connman: add missing space in _append

git at git.openembedded.org git at git.openembedded.org
Thu Aug 18 08:28:41 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 4e7c641b38296ff46ba56cc45e7b14c9e2aa4018
Author: André Draszik <git at andred.net>
AuthorDate: Tue Aug 16 11:38:34 2016 +0100

    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 at andred.net>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/connman/connman_1.33.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/connman/connman_1.33.bb b/meta/recipes-connectivity/connman/connman_1.33.bb
index 6c7e10c..6ea1a08 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list