mirror of
https://git.yoctoproject.org/poky
synced 2026-03-14 19:29:41 +01:00
(From OE-Core rev: 92e97ab066f58f38d3cc74c984ad4c7abc7d51b1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
348 B
PHP
13 lines
348 B
PHP
#
|
|
# Default preferred versions
|
|
#
|
|
PREFERRED_VERSION_pulseaudio ?= "0.9.23"
|
|
|
|
# Force the python versions in one place
|
|
PYTHON_BASEVERSION ?= "2.6"
|
|
PREFERRED_VERSION_python ?= "2.6.6"
|
|
PREFERRED_VERSION_python-native ?= "2.6.6"
|
|
|
|
# Force the older version of liberation-fonts until we fix the fontforge issue
|
|
PREFERRED_VERSION_liberation-fonts ?= "1.04"
|