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-cross.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-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc index c62715f883..7579205dcf 100644 --- a/meta/recipes-devtools/gdb/gdb-cross.inc +++ b/meta/recipes-devtools/gdb/gdb-cross.inc | |||
@@ -2,11 +2,11 @@ require gdb-common.inc | |||
2 | 2 | ||
3 | DEPENDS = "expat-native ncurses-native" | 3 | DEPENDS = "expat-native ncurses-native" |
4 | 4 | ||
5 | inherit pythonnative | 5 | inherit python3native |
6 | 6 | ||
7 | # Overrides PACKAGECONFIG variables in gdb-common.inc | 7 | # Overrides PACKAGECONFIG variables in gdb-common.inc |
8 | PACKAGECONFIG ??= "python readline" | 8 | PACKAGECONFIG ??= "python readline" |
9 | PACKAGECONFIG[python] = "--with-python=${STAGING_BINDIR_NATIVE}/python-native/python,--without-python,python-native" | 9 | PACKAGECONFIG[python] = "--with-python=${STAGING_BINDIR_NATIVE}/python-native/python,--without-python,python3-native" |
10 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native" | 10 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native" |
11 | 11 | ||
12 | do_compile_prepend() { | 12 | do_compile_prepend() { |