aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/python-dir.bbclass
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-10-31 17:45:52 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-10-31 18:01:55 +0100
commit4bde680a97e954bb53df63090dcc2a0a9d488292 (patch)
treec2ccbc1e18b2eb2a8da09bac984c89a3ba867266 /meta/classes/python-dir.bbclass
parent669b20b5af9c663f8f8bc4017511d60638f86088 (diff)
downloadopenembedded-core-4bde680a97e954bb53df63090dcc2a0a9d488292.tar.gz
python-dir: change PYTHON_BASEVERSION to 2.7
* 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" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/classes/python-dir.bbclass')
-rw-r--r--meta/classes/python-dir.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/python-dir.bbclass b/meta/classes/python-dir.bbclass
index 1ceb92939b..0b6a33c2ed 100644
--- a/meta/classes/python-dir.bbclass
+++ b/meta/classes/python-dir.bbclass
@@ -1,3 +1,3 @@
-PYTHON_BASEVERSION ?= "2.6"
+PYTHON_BASEVERSION ?= "2.7"
PYTHON_DIR = "python${PYTHON_BASEVERSION}"
PYTHON_SITEPACKAGES_DIR = "${libdir}/${PYTHON_DIR}/site-packages"