]> code.ossystems Code Review - openembedded-core.git/commit
sanity.bbclass: Check for Python 2.6 or newer
authorJoshua Lock <josh@linux.intel.com>
Tue, 8 Jun 2010 13:50:54 +0000 (14:50 +0100)
committerJoshua Lock <josh@linux.intel.com>
Tue, 8 Jun 2010 16:29:46 +0000 (17:29 +0100)
commit6a9312ccccd744fd61e5fbb843093e236383c740
treebff6ccfee4c4a39e88829588eced4158b4a1b099
parent8f34dcfdbcfacb983d552c65ba43f5f2cf7427f9
sanity.bbclass: Check for Python 2.6 or newer

In relocatable.bbclass and utility-tasks.bbclass we depend on functionality
that was only introduced with Pytrhon 2.6, so we now check that the build
system has it in the sanity class.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/sanity.bbclass