[OE-core] [PATCH] connman-conf: fix SRC_URI_append

Martin Jansa martin.jansa at gmail.com
Tue Jul 14 12:38:42 UTC 2015


On Tue, Jul 14, 2015 at 02:36:45PM +0200, Martin Jansa wrote:
> * add leading space so that it works even with some .bbappend adding
>   additional files to SRC_URI without trailing space

This issue exists for long time, please backport also to fido and dizzy.

> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta/recipes-connectivity/connman/connman-conf.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta/recipes-connectivity/connman/connman-conf.bb b/meta/recipes-connectivity/connman/connman-conf.bb
> index 2358d9d..bd4c28d 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."
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
>  
> -SRC_URI_append_qemuall = "file://wired.config \
> -                          file://wired-setup \
> -                         "
> +SRC_URI_append_qemuall = " file://wired.config \
> +                           file://wired-setup \
> +"
>  PR = "r2"
>  
>  S = "${WORKDIR}"
> -- 
> 2.4.4
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150714/0574d6f5/attachment-0002.sig>


More information about the Openembedded-core mailing list