]> code.ossystems Code Review - openembedded-core.git/commit
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:01:59 +0000 (13:01 +0000)
commite1d42db8749b0b965ddc6cfba4f3b93ee96ed4f4
tree484576ca3f6397c415904e33ef5aa728beb79cef
parent0e6dd19b9736d2a8ae7c0f0ab124337d579b8f06
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.

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