diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:25:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:27 +0100 |
commit | 609bf2ecf500404899cfe370ffa5ee4110eb2423 (patch) | |
tree | 91de95cd5d8ba4475821ba5f98bd0b1e9e198d77 /meta/recipes-devtools/gdb/gdb-common.inc | |
parent | ada03c326bf94b211e6cbf1ad8621c2c070ff962 (diff) | |
download | poky-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.inc | 2 |
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 \ | |||
61 | PACKAGECONFIG ??= "readline" | 61 | PACKAGECONFIG ??= "readline" |
62 | # Use --without-system-readline to compile with readline 5. | 62 | # Use --without-system-readline to compile with readline 5. |
63 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline" | 63 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline" |
64 | PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python,python python-codecs" | 64 | PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python3,python3 python3-codecs" |
65 | PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" | 65 | PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" |
66 | 66 | ||
67 | GDBPROPREFIX = "--program-prefix=''" | 67 | GDBPROPREFIX = "--program-prefix=''" |