summaryrefslogtreecommitdiffstats
path: root/external/meta-gplv2/conf/layer.conf
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-gplv2/conf/layer.conf
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-gplv2/conf/layer.conf')
-rw-r--r--external/meta-gplv2/conf/layer.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/external/meta-gplv2/conf/layer.conf b/external/meta-gplv2/conf/layer.conf
index 43d578b5..9a665b4b 100644
--- a/external/meta-gplv2/conf/layer.conf
+++ b/external/meta-gplv2/conf/layer.conf
@@ -14,4 +14,9 @@ LAYERVERSION_gplv2 = "1"
LAYERDEPENDS_gplv2 = "core"
-LAYERSERIES_COMPAT_gplv2 = "thud"
+LAYERSERIES_COMPAT_gplv2 = "dunfell"
+
+LICENSE_PATH += "${LAYERDIR}/licenses"
+
+PREFERRED_VERSION_shared-mime-info = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}"
+PREFERRED_VERSION_shared-mime-info-native = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}"