]> code.ossystems Code Review - openembedded-core.git/commit
scripts/bitbake: add a version >= 2.6 check
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 14 Dec 2011 17:35:14 +0000 (17:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Dec 2011 14:17:18 +0000 (14:17 +0000)
commit9b8a48efa3b80fea34efa51de44d10ff2b1e3193
treef6f7bfa9913398a6d7613f69c3de8feedda4385b
parenta00b94900d437828f25debce1c30ffcc0bbf29e9
scripts/bitbake: add a version >= 2.6 check

Unfortunately we now have code in BitBake which is parsed before the
current version check and is incompatible with Python < 2.6. Rather than
fixing this and being eternally vigilant for >= 2.6 feature usage, just
add a version check to the wrapper script.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/bitbake