[oe-commits] Martin Jansa : python-dir: change PYTHON_BASEVERSION to 2.7

git at git.openembedded.org git at git.openembedded.org
Mon Oct 31 22:08:55 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 4bde680a97e954bb53df63090dcc2a0a9d488292
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4bde680a97e954bb53df63090dcc2a0a9d488292

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Oct 31 17:45:52 2011 +0100

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 at gmail.com>

---

 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 1ceb929..0b6a33c 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"





More information about the Openembedded-commits mailing list