mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
- no license change, just dates Rebased: - check-if-target-is-64b-not-host.patch - add-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch (From OE-Core rev: 9ed4ef038a4a8140accfa97b2eb6b75f8bed3693) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
510 B
PHP
16 lines
510 B
PHP
#
|
|
# Default preferred versions
|
|
#
|
|
|
|
# Force the python versions in one place
|
|
PYTHON_BASEVERSION ?= "2.7"
|
|
PREFERRED_VERSION_python ?= "2.7.11"
|
|
PREFERRED_VERSION_python-native ?= "2.7.11"
|
|
|
|
# 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)}"
|