mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
(From OE-Core rev: f7bb581c5bbcc6c9a73430b9f45f532207c86af7) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
426 B
PHP
15 lines
426 B
PHP
#
|
|
# Default preferred versions
|
|
#
|
|
PULSEAUDIOVERSION ?= "0.9.22"
|
|
PULSEAUDIOVERSION_arm ?= "0.9.15"
|
|
PREFERRED_VERSION_pulseaudio ?= "${PULSEAUDIOVERSION}"
|
|
|
|
# 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"
|