diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 0d46e11..3cd88dc 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -17,3 +17,6 @@ LAYERDEPENDS_gplv2 = "core" | |||
17 | LAYERSERIES_COMPAT_gplv2 = "zeus" | 17 | LAYERSERIES_COMPAT_gplv2 = "zeus" |
18 | 18 | ||
19 | LICENSE_PATH += "${LAYERDIR}/licenses" | 19 | LICENSE_PATH += "${LAYERDIR}/licenses" |
20 | |||
21 | PREFERRED_VERSION_shared-mime-info = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" | ||
22 | PREFERRED_VERSION_shared-mime-info-native = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" | ||