[oe] [PATCH][meta-qt5] gdb: append to PACKAGECONFIG instead of changing the default

Martin Jansa martin.jansa at gmail.com
Tue Mar 1 08:44:34 UTC 2016


On Tue, Mar 01, 2016 at 01:54:26AM +0100, Martin Jansa wrote:
> * without readline in PACKAGECONFIG and with no-static-libraries.inc
>   gdb fails when trying to build against own bundled static readline
> 
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  recipes-devtools/gdb/gdb_%.bbappend | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-devtools/gdb/gdb_%.bbappend b/recipes-devtools/gdb/gdb_%.bbappend
> index 41592c4..ec17f55 100644
> --- a/recipes-devtools/gdb/gdb_%.bbappend
> +++ b/recipes-devtools/gdb/gdb_%.bbappend
> @@ -1 +1 @@
> -PACKAGECONFIG ??= "python"
> +PACKAGECONFIG_append = " python"

I should just change this to
PACKAGECONFIG ??= "readline python"

so that it is still easy for DISTROs to override this while fixing gdb
build with no-static-libraries.inc until
http://patchwork.openembedded.org/patch/116843/
is merged

-- 
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-devel/attachments/20160301/5c720db8/attachment-0002.sig>


More information about the Openembedded-devel mailing list