aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/conf
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2019-03-01 20:43:50 +0000
committerKhem Raj <raj.khem@gmail.com>2019-03-03 14:00:26 -0800
commit8420cdb4a319d97ae2c97a4b62574e9be77863a6 (patch)
tree769a3449cc11bfa70943c9e82585e6413bd05333 /meta-multimedia/conf
parent88c6c00c0caf922a2eeb1c40fe8fc682ea1ee08b (diff)
downloadmeta-openembedded-8420cdb4a319d97ae2c97a4b62574e9be77863a6.tar.gz
license: Add licenses required for Mimic
Add the CMU-Tex, Sun and BellBird licenses that are required for Mimic. See: BellBird: https://github.com/MycroftAI/mimic/blob/development/COPYING#L959 Sun: https://github.com/MycroftAI/mimic/blob/development/COPYING#L915 CMU-Tex: https://github.com/MycroftAI/mimic/blob/development/COPYING#L840 Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/conf')
-rw-r--r--meta-multimedia/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
index e2a7701c33..3500d49ca0 100644
--- a/meta-multimedia/conf/layer.conf
+++ b/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.