mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
Setting PREFERRED_VERSION to the latest version available is redundant, so remove it. (From OE-Core rev: c5941aa91655042d9d4df574a3e1ee33d5d3825a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.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"
|