rygel_%.bbappend: LGPL-2.1 81/14281/1
authorLeon Anavi <leon.anavi@konsulko.com>
Mon, 28 May 2018 18:05:37 +0000 (21:05 +0300)
committerLeon Anavi <leon.anavi@konsulko.com>
Mon, 11 Jun 2018 13:00:18 +0000 (16:00 +0300)
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>
meta-agl/recipes-connectivity/rygel/rygel_%.bbappend

index bfee4f5..98db6e7 100644 (file)
@@ -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"