summaryrefslogtreecommitdiffstats
path: root/external/meta-openembedded/meta-multimedia/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-openembedded/meta-multimedia/conf/layer.conf
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-openembedded/meta-multimedia/conf/layer.conf')
-rw-r--r--external/meta-openembedded/meta-multimedia/conf/layer.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/external/meta-openembedded/meta-multimedia/conf/layer.conf b/external/meta-openembedded/meta-multimedia/conf/layer.conf
index e2a7701c..2d52fb93 100644
--- a/external/meta-openembedded/meta-multimedia/conf/layer.conf
+++ b/external/meta-openembedded/meta-multimedia/conf/layer.conf
@@ -17,6 +17,8 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "multimedia-layer"
BBFILE_PATTERN_multimedia-layer := "^${LAYERDIR}/"
+LICENSE_PATH += "${LAYERDIR}/licenses"
+
# Define the priority for recipes (.bb files) from this layer,
# choosing carefully how this layer interacts with all of the
# other layers.
@@ -27,6 +29,6 @@ BBFILE_PRIORITY_multimedia-layer = "6"
# cause compatibility issues with other layers
LAYERVERSION_multimedia-layer = "1"
-LAYERDEPENDS_multimedia-layer = "core"
+LAYERDEPENDS_multimedia-layer = "core meta-python"
-LAYERSERIES_COMPAT_multimedia-layer = "thud"
+LAYERSERIES_COMPAT_multimedia-layer = "thud warrior zeus dunfell"