]> 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)
committerRoss Burton <ross.burton@intel.com>
Tue, 23 Apr 2013 09:39:50 +0000 (10:39 +0100)
commit9a5ed565758a6fcc94bc85ce6205375d2fd282ea
tree9c19408063928a1e60f385f2a4aa12d7b97e1b58
parent4142f6f9392fdd919488151170fb088d4113e0f2
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