]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3: Change python BASEVERSION to 3.4
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Mon, 13 Apr 2015 18:13:26 +0000 (13:13 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 May 2015 21:14:19 +0000 (22:14 +0100)
Changes PYTHON_BASEVERSION = 3.4 to fix errors when installing
python3-distribute and probably other libraries

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distutils3-base.bbclass
meta/classes/distutils3-native-base.bbclass
meta/classes/python3native.bbclass

index d4d25dccb932e345a4ae5813793f58e421f06ed3..af3aa006fca5ca34315004512fbfa8e2c0d85a0e 100644 (file)
@@ -1,7 +1,7 @@
 DEPENDS  += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}"
 RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"
 
-PYTHON_BASEVERSION = "3.3"
+PYTHON_BASEVERSION = "3.4"
 PYTHON_ABI = "m"
 
 inherit distutils-common-base python3native
index ed3fe5458722a503d39542eb78c8d21d8afdfa27..11171014f802da6477310e8e66a21844d0bc32b6 100644 (file)
@@ -1,4 +1,4 @@
-PYTHON_BASEVERSION = "3.3"
+PYTHON_BASEVERSION = "3.4"
 PYTHON_ABI = "m"
 
 inherit distutils-native-base
index f86374fd3338a7806c10fbc6fd9a1c3416a12dcf..cf83017675a0fa875f1b72fb42a935cf87283374 100644 (file)
@@ -1,4 +1,4 @@
-PYTHON_BASEVERSION = "3.3"
+PYTHON_BASEVERSION = "3.4"
 
 inherit python-dir