From: Jonathan Liu Date: Fri, 25 Mar 2016 11:33:26 +0000 (+1100) Subject: gdb-cross: use PACKAGECONFIG for python and readline X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41673bb53108cd4d0f0f37c8c675256c80173135;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gdb-cross: use PACKAGECONFIG for python and readline Signed-off-by: Jonathan Liu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc index 6e44778cd34..2468d23037d 100644 --- a/meta/recipes-devtools/gdb/gdb-cross.inc +++ b/meta/recipes-devtools/gdb/gdb-cross.inc @@ -1,10 +1,13 @@ require gdb-common.inc -DEPENDS = "expat-native ncurses-native readline-native python-native" +DEPENDS = "expat-native ncurses-native" inherit pythonnative -EXTRA_OECONF += "--with-python=${STAGING_BINDIR_NATIVE}/python-native/python" +# Overrides PACKAGECONFIG variables in gdb-common.inc +PACKAGECONFIG ??= "python readline" +PACKAGECONFIG[python] = "--with-python=${STAGING_BINDIR_NATIVE}/python-native/python,--without-python,python-native" +PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native" do_compile_prepend() { export BUILD_SYS="${BUILD_SYS}"