mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
PYTHON_BASEVERSION = "3.4"
|
|
PYTHON_ABI = "m"
|
|
|
|
inherit distutils-native-base
|