diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-26 17:21:31 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-31 16:32:30 +0100 |
commit | 09db50599aed073cc173b7de23358a83abd27218 (patch) | |
tree | 7ea8f83847cd0188a1a23aa32bd1c53bf0bfafbb /meta-oe/recipes-multimedia | |
parent | 9842456e8bf60de5efcf2498f623dcfeb8a7a679 (diff) | |
download | meta-openembedded-09db50599aed073cc173b7de23358a83abd27218.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ebcfd127f..098b08d47 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 @@ | |||
1 | SUMMARY = "Freedesktop sound theme" | 1 | SUMMARY = "Freedesktop sound theme" |
2 | HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec" | 2 | HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec" |
3 | LICENSE = "GPLv2+ CC-BY-3.0 CC-BY-SA-3.0" | 3 | LICENSE = "GPLv2+ & CC-BY-3.0 & CC-BY-SA-3.0" |
4 | LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69" | 4 | LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69" |
5 | 5 | ||
6 | # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT | 6 | # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT |