diff options
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 12 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.11.bb | 6 |
4 files changed, 12 insertions, 12 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=''" |
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index 6e42af1bab..e53081d0c0 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | inherit cross-canadian | 1 | inherit cross-canadian |
2 | inherit python-dir | 2 | inherit python3-dir |
3 | 3 | ||
4 | SUMMARY = "GNU debugger (cross-canadian gdb for ${TARGET_ARCH} target)" | 4 | SUMMARY = "GNU debugger (cross-canadian gdb for ${TARGET_ARCH} target)" |
5 | PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 5 | PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
@@ -12,9 +12,9 @@ GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" | |||
12 | 12 | ||
13 | # Overrides PACKAGECONFIG variables in gdb-common.inc | 13 | # Overrides PACKAGECONFIG variables in gdb-common.inc |
14 | PACKAGECONFIG ??= "python readline" | 14 | PACKAGECONFIG ??= "python readline" |
15 | PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,nativesdk-python, \ | 15 | PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,nativesdk-python3, \ |
16 | nativesdk-python-core nativesdk-python-lang nativesdk-python-re \ | 16 | nativesdk-python3-core nativesdk-python3-lang nativesdk-python3-re \ |
17 | nativesdk-python-codecs nativesdk-python-netclient" | 17 | nativesdk-python3-codecs nativesdk-python3-netclient" |
18 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,nativesdk-readline" | 18 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,nativesdk-readline" |
19 | 19 | ||
20 | SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb" | 20 | SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb" |
@@ -23,8 +23,8 @@ do_configure_prepend() { | |||
23 | cat > ${WORKDIR}/python << EOF | 23 | cat > ${WORKDIR}/python << EOF |
24 | #! /bin/sh | 24 | #! /bin/sh |
25 | case "\$2" in | 25 | case "\$2" in |
26 | --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}/" ;; | 26 | --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}/" ;; |
27 | --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;; | 27 | --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" ;; |
28 | --exec-prefix) echo "${exec_prefix}" ;; | 28 | --exec-prefix) echo "${exec_prefix}" ;; |
29 | *) exit 1 ;; | 29 | *) exit 1 ;; |
30 | esac | 30 | esac |
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() { |
diff --git a/meta/recipes-devtools/gdb/gdb_7.11.bb b/meta/recipes-devtools/gdb/gdb_7.11.bb index ccc33b8656..f02e6431dd 100644 --- a/meta/recipes-devtools/gdb/gdb_7.11.bb +++ b/meta/recipes-devtools/gdb/gdb_7.11.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | require gdb.inc | 1 | require gdb.inc |
2 | require gdb-${PV}.inc | 2 | require gdb-${PV}.inc |
3 | 3 | ||
4 | inherit python-dir | 4 | inherit python3-dir |
5 | 5 | ||
6 | do_configure_prepend() { | 6 | do_configure_prepend() { |
7 | if [ -n "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then | 7 | if [ -n "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then |
8 | cat > ${WORKDIR}/python << EOF | 8 | cat > ${WORKDIR}/python << EOF |
9 | #!/bin/sh | 9 | #!/bin/sh |
10 | case "\$2" in | 10 | case "\$2" in |
11 | --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}/" ;; | 11 | --includes) echo "-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}/" ;; |
12 | --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}" ;; | 12 | --ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -lutil -lm -lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" ;; |
13 | --exec-prefix) echo "${exec_prefix}" ;; | 13 | --exec-prefix) echo "${exec_prefix}" ;; |
14 | *) exit 1 ;; | 14 | *) exit 1 ;; |
15 | esac | 15 | esac |