mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9842456e8b
commit
09db50599a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user