diff options
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb_7.7.bb b/meta/recipes-devtools/gdb/gdb_7.7.bb index c7ca26b9c1..1abc9d8e76 100644 --- a/meta/recipes-devtools/gdb/gdb_7.7.bb +++ b/meta/recipes-devtools/gdb/gdb_7.7.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 "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then | 11 | if [ -n "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then |