Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # |
| 2 | # Default preferred versions |
| 3 | # |
| 4 | |
| 5 | # Force the python versions in one place |
| 6 | PYTHON_BASEVERSION ?= "2.7" |
| 7 | PREFERRED_VERSION_python ?= "2.7.9" |
| 8 | PREFERRED_VERSION_python-native ?= "2.7.9" |
| 9 | |
| 10 | # Force the older version of liberation-fonts until we fix the fontforge issue |
| 11 | PREFERRED_VERSION_liberation-fonts ?= "1.04" |
| 12 | |
| 13 | # Force db-native's version to keep sync with db while |
| 14 | # 'AGPL-3.0' in ${INCOMPATIBLE_LICENSE} blacklist |
| 15 | PREFERRED_VERSION_db-native = "${@incompatible_license_contains('AGPL-3.0', '5.%', '6.%', d)}" |