From: Leon Anavi Date: Mon, 28 May 2018 18:05:37 +0000 (+0300) Subject: rygel_%.bbappend: LGPL-2.1 X-Git-Tag: 5.1.0~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F14281%2F1;p=AGL%2Fmeta-agl.git 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 --- 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"