relocate_sdk.py: allow relocate_sdk.py to work with python 2.4.x
authorJason Wessel <jason.wessel@windriver.com>
Tue, 12 Feb 2013 11:08:23 +0000 (05:08 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Feb 2013 13:11:22 +0000 (13:11 +0000)
commitd71c5c7c5625c3b0869715c2fea429c15401e0ca
tree8157bb98629e1afe12e4a162824bee2800b5a022
parent0a7ca7c1e17ded669c848944265d1bcbf90cb5d4
relocate_sdk.py: allow relocate_sdk.py to work with python 2.4.x

Avoid the chicken / egg problem of an SDK that provides a working
python but requires that version of python to extract itself.  The
RHEL 5.x systems and some other enterprise Linux systems ship with
python 2.4.x as the default python.  We need to at least be able to
extract work executables even if we never use the the host provided
python again.

(From OE-Core rev: e1d42db8749b0b965ddc6cfba4f3b93ee96ed4f4)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/relocate_sdk.py