From 8fd70a3d7027ac40afe448caccb113822c9c3709 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 22 Jun 2015 22:12:58 -0700 Subject: gdb: Add missing runtime dependency for python option With python enabled, gdb refuses to start without core python modules: | Could not find platform independent libraries | Could not find platform dependent libraries | Consider setting $PYTHONHOME to [:] | ImportError: No module named site It also complains if python-codecs is missing. (From OE-Core rev: 646adb4d90030970f6e2136f65b51b3c8b0c9d5c) (From OE-Core rev: c1c2c9c7f20b289928c94beb7adfe03f03c4b64e) Signed-off-by: Andreas Oberritter Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb_7.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/gdb/gdb_7.8.1.bb b/meta/recipes-devtools/gdb/gdb_7.8.1.bb index 1abc9d8..cd52e27 100644 --- a/meta/recipes-devtools/gdb/gdb_7.8.1.bb +++ b/meta/recipes-devtools/gdb/gdb_7.8.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() { -- cgit v1.1