diff options
| -rw-r--r-- | meta/conf/distro/include/default-versions.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index 53ec2e7caf..20e258be49 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc | |||
| @@ -9,3 +9,7 @@ PREFERRED_VERSION_python-native ?= "2.7.3" | |||
| 9 | 9 | ||
| 10 | # Force the older version of liberation-fonts until we fix the fontforge issue | 10 | # Force the older version of liberation-fonts until we fix the fontforge issue |
| 11 | PREFERRED_VERSION_liberation-fonts ?= "1.04" | 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 = "${@base_contains('INCOMPATIBLE_LICENSE', 'AGPL-3.0', '5.%', '6.%', d)}" | ||
