diff options
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.6.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb_7.6.2.bb b/meta/recipes-devtools/gdb/gdb_7.6.2.bb index e86447121b..7e8a4fdbde 100644 --- a/meta/recipes-devtools/gdb/gdb_7.6.2.bb +++ b/meta/recipes-devtools/gdb/gdb_7.6.2.bb | |||
@@ -5,6 +5,7 @@ inherit python-dir | |||
5 | 5 | ||
6 | PACKAGECONFIG ??= "" | 6 | PACKAGECONFIG ??= "" |
7 | PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python" | 7 | PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python" |
8 | PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" | ||
8 | 9 | ||
9 | do_configure_prepend() { | 10 | do_configure_prepend() { |
10 | if [ -n "${@base_contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then | 11 | if [ -n "${@base_contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then |