mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
There is only one version of python 2.x provided, so no need to set a preferred version. PYTHON_BASEVERSION is now set explicitly in python-dir.bbclass and python3-dir.bbclass, so fix up a few recipes that relied on it being set in default-versions.inc without inheriting python-dir. (From OE-Core rev: e0c75841078bf65905c1c9aa2946241b2474a7e2) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
359 B
PHP
11 lines
359 B
PHP
#
|
|
# Default preferred versions
|
|
#
|
|
|
|
# Force the older version of liberation-fonts until we fix the fontforge issue
|
|
PREFERRED_VERSION_liberation-fonts ?= "1.04"
|
|
|
|
# Force db-native's version to keep sync with db while
|
|
# 'AGPL-3.0' in ${INCOMPATIBLE_LICENSE} blacklist
|
|
PREFERRED_VERSION_db-native = "${@incompatible_license_contains('AGPL-3.0', '5.%', '6.%', d)}"
|