mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
bin/python2 link is provided by the python install process, so no need to create it. rebase these patches to the newer code: fix_for_using_different_libdir.patch 04-default-is-optimized.patch remove this patch as it is upstream now: sys_platform_is_now_always_linux2.patch Change default python version to 2.7.3 in the distro config (From OE-Core rev: 5d92a95ea9b480235b7c9ca5949a681376eba725) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
307 B
PHP
12 lines
307 B
PHP
#
|
|
# Default preferred versions
|
|
#
|
|
|
|
# Force the python versions in one place
|
|
PYTHON_BASEVERSION ?= "2.7"
|
|
PREFERRED_VERSION_python ?= "2.7.3"
|
|
PREFERRED_VERSION_python-native ?= "2.7.3"
|
|
|
|
# Force the older version of liberation-fonts until we fix the fontforge issue
|
|
PREFERRED_VERSION_liberation-fonts ?= "1.04"
|