summaryrefslogtreecommitdiffstats
path: root/meta/classes/python-dir.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* python-dir: change PYTHON_BASEVERSION to 2.7Martin Jansa2011-10-311-1/+1
| | | | | | | | | | | * it's also defined here conf/distro/include/default-versions.inc, so maybe it could be dropped * and similar variable is recipes-devtools/python/python.inc:PYTHON_MAJMIN = "2.7" (From OE-Core rev: 4bde680a97e954bb53df63090dcc2a0a9d488292) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python-dir.bbclass: define default PYTHON_BASEVERSIONMartin Jansa2011-04-181-0/+1
| | | | | | | (From OE-Core rev: 4471f82c720c9d223f69c4cc5591094cc4ff4e5e) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python-dir bbclass: import from OEKoen Kooi2011-01-201-0/+2
This will be used later on when updating the distutils classes A small deviation from OE is the use of PYTHON_BASEVERSION instead of non-deterministic python code. See https://lists.yoctoproject.org/pipermail/poky/2011-January/002320.html for some background info Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>