diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-14 14:33:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-15 16:28:45 +0000 |
commit | 5394ada142688ad7e91417db8fd398394272a6e7 (patch) | |
tree | 4462bbbe04263b6103f9f231412658ad8c517d40 /meta/recipes-devtools/gdb/gdb-common.inc | |
parent | ce0f8ab3b48cf7dc4904cb986016c11285f49e46 (diff) | |
download | poky-5394ada142688ad7e91417db8fd398394272a6e7.tar.gz |
gdb: Rationalise PACKAGECONFIG
Having two separate PACKAGECONFIG defaults and settings in two separate
files is confusing. Move all to the common inc file.
(From OE-Core rev: 9e6743e01467ffb08d62b7415fa7af79c09939e0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 06272a99a3..0d28ee4eef 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -45,6 +45,8 @@ EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \ | |||
45 | PACKAGECONFIG ??= "readline" | 45 | PACKAGECONFIG ??= "readline" |
46 | # Use --without-system-readline to compile with readline 5. | 46 | # Use --without-system-readline to compile with readline 5. |
47 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline" | 47 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline" |
48 | PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python,python python-codecs" | ||
49 | PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" | ||
48 | 50 | ||
49 | GDBPROPREFIX = "--program-prefix=''" | 51 | GDBPROPREFIX = "--program-prefix=''" |
50 | 52 | ||