* [PATCH][meta-qt5] gdb: append to PACKAGECONFIG instead of changing the default @ 2016-03-01 0:54 Martin Jansa 2016-03-01 8:44 ` Martin Jansa 0 siblings, 1 reply; 2+ messages in thread From: Martin Jansa @ 2016-03-01 0:54 UTC (permalink / raw) To: openembedded-devel * 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@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" -- 2.7.2 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][meta-qt5] gdb: append to PACKAGECONFIG instead of changing the default 2016-03-01 0:54 [PATCH][meta-qt5] gdb: append to PACKAGECONFIG instead of changing the default Martin Jansa @ 2016-03-01 8:44 ` Martin Jansa 0 siblings, 0 replies; 2+ messages in thread From: Martin Jansa @ 2016-03-01 8:44 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 979 bytes --] 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@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@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 188 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-01 8:42 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-03-01 0:54 [PATCH][meta-qt5] gdb: append to PACKAGECONFIG instead of changing the default Martin Jansa 2016-03-01 8:44 ` Martin Jansa
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.