diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-31 17:45:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:03:22 +0000 |
commit | 93d7624cdf8659bf9ba6a6232aa9f81579a22062 (patch) | |
tree | 7a47003413d601dabe06c384ab45a4cc72c59dbc /meta/classes/python-dir.bbclass | |
parent | bc5dcd3364054062d0613c5d58818df2653eeb83 (diff) | |
download | poky-93d7624cdf8659bf9ba6a6232aa9f81579a22062.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"
(From OE-Core rev: 4bde680a97e954bb53df63090dcc2a0a9d488292)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python-dir.bbclass')
-rw-r--r-- | meta/classes/python-dir.bbclass | 2 |
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 @@ | |||
1 | PYTHON_BASEVERSION ?= "2.6" | 1 | PYTHON_BASEVERSION ?= "2.7" |
2 | PYTHON_DIR = "python${PYTHON_BASEVERSION}" | 2 | PYTHON_DIR = "python${PYTHON_BASEVERSION}" |
3 | PYTHON_SITEPACKAGES_DIR = "${libdir}/${PYTHON_DIR}/site-packages" | 3 | PYTHON_SITEPACKAGES_DIR = "${libdir}/${PYTHON_DIR}/site-packages" |