diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb_7.9.1.bb b/meta/recipes-devtools/gdb/gdb_7.9.1.bb index 1abc9d8e76..cd52e27d56 100644 --- a/meta/recipes-devtools/gdb/gdb_7.9.1.bb +++ b/meta/recipes-devtools/gdb/gdb_7.9.1.bb | |||
@@ -4,7 +4,7 @@ require gdb-${PV}.inc | |||
4 | inherit python-dir | 4 | 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,python python-codecs" |
8 | PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" | 8 | PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" |
9 | 9 | ||
10 | do_configure_prepend() { | 10 | do_configure_prepend() { |