summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2018-05-28 21:05:37 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2018-06-11 16:00:18 +0300
commitf4e51b01d68d3a1ecf4bab1fafa48a79bb0f220a (patch)
treea4362cedcf7627aee465db619599bf558c8d07d4
parent05d1ed054e23b8669fec97256268e23c9c84c54c (diff)
rygel_%.bbappend: LGPL-2.1
Fix the warning below and set the license to LGPL-2.1 according to the content of file COPYING. WARNING: rygel-0.34.0-r0 do_populate_lic: rygel: No generic license file exists for: LGPL1.1 in any provider This is a bug in meta-openembedded/meta-multimedia and this fix in meta-agl is temporary until a proper solution appears in meta-openembedded. Bug-AGL: SPEC-1470 Change-Id: Ia82083d4f0076e0286eb7fbbb1426721aea101fe Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r--meta-agl/recipes-connectivity/rygel/rygel_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend b/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend
index bfee4f569..98db6e700 100644
--- a/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend
+++ b/meta-agl/recipes-connectivity/rygel/rygel_%.bbappend
@@ -1,5 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+LICENSE = "LGPL-2.1"
+
# Disable everything but the media-export plugin, add the lms plugin
PACKAGECONFIG = "media-export lms"
PACKAGECONFIG[lms] = "--enable-lms-plugin,--disable-lms-plugin,sqlite3"