]> code.ossystems Code Review - openembedded-core.git/commit
gdb: Add missing runtime dependency for python option
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 23 Jun 2015 05:12:58 +0000 (22:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jul 2015 12:06:05 +0000 (13:06 +0100)
commitc1c2c9c7f20b289928c94beb7adfe03f03c4b64e
tree5cca0f956cbf95b1c0f7ca01ffaeeecea6eca587
parent7aa1090d22459bff1159f8193b60166a079d5bd6
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 <prefix>
| Could not find platform dependent libraries <exec_prefix>
| Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
| ImportError: No module named site

It also complains if python-codecs is missing.

(From OE-Core rev: 646adb4d90030970f6e2136f65b51b3c8b0c9d5c)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb_7.8.1.bb