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 <[email protected]>
> ---
>  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: [email protected]

Attachment: signature.asc
Description: Digital signature

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to