From: Alejandro Hernandez Date: Mon, 13 Apr 2015 18:13:26 +0000 (-0500) Subject: python3: Change python BASEVERSION to 3.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=528a25654503b3067e03d05a568c879c130c1e0c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3: Change python BASEVERSION to 3.4 Changes PYTHON_BASEVERSION = 3.4 to fix errors when installing python3-distribute and probably other libraries (From OE-Core rev: 59bad496fb57fdc5356ddc343f58eb69ff207863) Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- diff --git a/meta/classes/distutils3-base.bbclass b/meta/classes/distutils3-base.bbclass index d4d25dccb93..af3aa006fca 100644 --- a/meta/classes/distutils3-base.bbclass +++ b/meta/classes/distutils3-base.bbclass @@ -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 diff --git a/meta/classes/distutils3-native-base.bbclass b/meta/classes/distutils3-native-base.bbclass index ed3fe545872..11171014f80 100644 --- a/meta/classes/distutils3-native-base.bbclass +++ b/meta/classes/distutils3-native-base.bbclass @@ -1,4 +1,4 @@ -PYTHON_BASEVERSION = "3.3" +PYTHON_BASEVERSION = "3.4" PYTHON_ABI = "m" inherit distutils-native-base diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass index f86374fd333..cf83017675a 100644 --- a/meta/classes/python3native.bbclass +++ b/meta/classes/python3native.bbclass @@ -1,4 +1,4 @@ -PYTHON_BASEVERSION = "3.3" +PYTHON_BASEVERSION = "3.4" inherit python-dir