diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-03-23 05:50:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:00:55 +0000 |
commit | 45bc21c2752bdfe46a2ae262fec5acd0da185853 (patch) | |
tree | 01cb7cecb90f65313d03edbe43e2e4a8f003fb54 /meta/recipes-connectivity/irda-utils/irda-utils-0.9.18 | |
parent | bb1d7fad7ff8515939f2b5f0b540b9b09604be3c (diff) | |
download | poky-45bc21c2752bdfe46a2ae262fec5acd0da185853.tar.gz |
gdb-cross-canadian: Fix linking issues when python support is enabled
gdb-cross-canadian was linking with static version of libpython
and looking for build host python when run. This could be mismatch
between python-nativesdk and build host provided python. So we
make it consistent to always use python-nativesdk
Instead of adding bunch of -L we add -rpath and -rpath-link
so that gdb finds all needed libraries in SDK and does not
reach out into host
This should fix yocto PR# 2077 as well.
(From OE-Core rev: d56177c59b5e237a501281d806724885456f0193)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/irda-utils/irda-utils-0.9.18')
0 files changed, 0 insertions, 0 deletions