From f4e51b01d68d3a1ecf4bab1fafa48a79bb0f220a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 28 May 2018 21:05:37 +0300 Subject: [PATCH] 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 --- meta-agl/recipes-connectivity/rygel/rygel_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.16.6