python: Fix RPATH QA issue on non-gplv3 builds
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Aug 2012 11:18:13 +0000 (12:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Aug 2012 11:37:13 +0000 (12:37 +0100)
commite6a0004829cbb4309b355e307662066ee8fee965
tree1055362d9fb39d7f6d32ebbda8d329224b3e9e49
parent5152457f182937ad6b9d89a3e35cd470a028506f
python: Fix RPATH QA issue on non-gplv3 builds

On non-gplv3 builds, gdbm gets built different due to the different version
which triggers a different codepath in python's db support and then hence
triggers an invalid RPATH QA issue. This change extends the appropriate patch
to cover the code paths we need it to cover and avoid adding the problematic
RPATH.

(From OE-Core rev: 90540692c40719b757b80bdc6e78e679a3df83a7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch