[oe-commits] Otavio Salvador : sound-theme-freedesktop: Fix license format QA error

git at git.openembedded.org git at git.openembedded.org
Wed Dec 31 15:47:06 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 09db50599aed073cc173b7de23358a83abd27218
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=09db50599aed073cc173b7de23358a83abd27218

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Dec 26 17:21:31 2014 -0200

sound-theme-freedesktop: Fix license format QA error

Fix the following QA error:

,----
| WARNING: Recipe sound-theme-freedesktop, LICENSE (GPLv2+ CC-BY-3.0
|     CC-BY-SA-3.0) has invalid format, LICENSES must have operator "([&|()
|     ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
index ebcfd12..098b08d 100644
--- a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
+++ b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Freedesktop sound theme"
 HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec"
-LICENSE = "GPLv2+ CC-BY-3.0 CC-BY-SA-3.0"
+LICENSE = "GPLv2+ & CC-BY-3.0 & CC-BY-SA-3.0"
 LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69"
 
 # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT



More information about the Openembedded-commits mailing list