diff options
-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 inherit python-dir PACKAGECONFIG ??= "" -PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python" +PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python,python python-codecs" PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" do_configure_prepend() { |