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-05 22:14:19 +0100 |
commit | 59bad496fb57fdc5356ddc343f58eb69ff207863 (patch) | |
tree | dbe18f849c49515b64649c7ff7bb6f8048508d1e /meta/classes/python3native.bbclass | |
parent | ad26b363fc333c4853f5e76b8660dacebea2d27b (diff) | |
download | openembedded-core-59bad496fb57fdc5356ddc343f58eb69ff207863.tar.gz openembedded-core-59bad496fb57fdc5356ddc343f58eb69ff207863.tar.bz2 openembedded-core-59bad496fb57fdc5356ddc343f58eb69ff207863.zip |
python3: Change python BASEVERSION to 3.4
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>
Diffstat (limited to 'meta/classes/python3native.bbclass')
-rw-r--r-- | meta/classes/python3native.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -PYTHON_BASEVERSION = "3.3" +PYTHON_BASEVERSION = "3.4" inherit python-dir |