diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/default-versions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index 20e258be49..6e92aa5499 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc | |||
@@ -12,4 +12,4 @@ PREFERRED_VERSION_liberation-fonts ?= "1.04" | |||
12 | 12 | ||
13 | # Force db-native's version to keep sync with db while | 13 | # Force db-native's version to keep sync with db while |
14 | # 'AGPL-3.0' in ${INCOMPATIBLE_LICENSE} blacklist | 14 | # 'AGPL-3.0' in ${INCOMPATIBLE_LICENSE} blacklist |
15 | PREFERRED_VERSION_db-native = "${@base_contains('INCOMPATIBLE_LICENSE', 'AGPL-3.0', '5.%', '6.%', d)}" | 15 | PREFERRED_VERSION_db-native = "${@incompatible_license_contains('AGPL-3.0', '5.%', '6.%', d)}" |