diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2015-04-13 13:13:26 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-07 13:40:33 +0100 |
commit | 528a25654503b3067e03d05a568c879c130c1e0c (patch) | |
tree | fdfac6342ede40fad84e3c1356378277d58b98a8 /meta/classes | |
parent | 2912ad738b88accbf51b8e5cdad6af2db848f01e (diff) | |
download | poky-528a25654503b3067e03d05a568c879c130c1e0c.tar.gz |
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 <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/distutils3-base.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/distutils3-native-base.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/python3native.bbclass | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/distutils3-base.bbclass b/meta/classes/distutils3-base.bbclass index d4d25dccb9..af3aa006fc 100644 --- a/meta/classes/distutils3-base.bbclass +++ b/meta/classes/distutils3-base.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}" | 1 | DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES', True) == '')]}" |
2 | RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" | 2 | RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" |
3 | 3 | ||
4 | PYTHON_BASEVERSION = "3.3" | 4 | PYTHON_BASEVERSION = "3.4" |
5 | PYTHON_ABI = "m" | 5 | PYTHON_ABI = "m" |
6 | 6 | ||
7 | inherit distutils-common-base python3native | 7 | inherit distutils-common-base python3native |
diff --git a/meta/classes/distutils3-native-base.bbclass b/meta/classes/distutils3-native-base.bbclass index ed3fe54587..11171014f8 100644 --- a/meta/classes/distutils3-native-base.bbclass +++ b/meta/classes/distutils3-native-base.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | PYTHON_BASEVERSION = "3.3" | 1 | PYTHON_BASEVERSION = "3.4" |
2 | PYTHON_ABI = "m" | 2 | PYTHON_ABI = "m" |
3 | 3 | ||
4 | inherit distutils-native-base | 4 | inherit distutils-native-base |
diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass index f86374fd33..cf83017675 100644 --- a/meta/classes/python3native.bbclass +++ b/meta/classes/python3native.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | PYTHON_BASEVERSION = "3.3" | 1 | PYTHON_BASEVERSION = "3.4" |
2 | 2 | ||
3 | inherit python-dir | 3 | inherit python-dir |
4 | 4 | ||