]> 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>
Mon, 30 Jan 2012 16:39:05 +0000 (16:39 +0000)
commitc3ba7e8f7aca8b49739b3b92aec723c5f3375bc0
tree0b18e790864b9888fa05b818a223af11be2c71ce
parentb66fa6238a8f9c0972a60932941997517826ff03
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.

(From OE-Core rev: 9b8a48efa3b80fea34efa51de44d10ff2b1e3193)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/bitbake