summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-common.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-06-02 12:25:54 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-03 13:13:27 +0100
commit609bf2ecf500404899cfe370ffa5ee4110eb2423 (patch)
tree91de95cd5d8ba4475821ba5f98bd0b1e9e198d77 /meta/recipes-devtools/gdb/gdb-common.inc
parentada03c326bf94b211e6cbf1ad8621c2c070ff962 (diff)
downloadpoky-609bf2ecf500404899cfe370ffa5ee4110eb2423.tar.gz
gdb: move to Python 3
(From OE-Core rev: 675d11c73dc1f420c471af01a520f6a20d8a7337) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> 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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 3e00a2e9ff..a5a9adfa7c 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -61,7 +61,7 @@ EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \
61PACKAGECONFIG ??= "readline" 61PACKAGECONFIG ??= "readline"
62# Use --without-system-readline to compile with readline 5. 62# Use --without-system-readline to compile with readline 5.
63PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline" 63PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline"
64PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python,python python-codecs" 64PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python3,python3 python3-codecs"
65PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" 65PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace"
66 66
67GDBPROPREFIX = "--program-prefix=''" 67GDBPROPREFIX = "--program-prefix=''"