[oe-commits] Otavio Salvador : mailcap: Fix license format QA error

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


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Dec 30 15:00:42 2014 -0200

mailcap: Fix license format QA error

Fix following QA error:

,----
| WARNING: Recipe mailcap, LICENSE (PD MIT) 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-support/mailcap/mailcap_2.1.43.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.43.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.43.bb
index bcc6496..95d7d11 100644
--- a/meta-oe/recipes-support/mailcap/mailcap_2.1.43.bb
+++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.43.bb
@@ -15,7 +15,7 @@ SECTION = "System Environment/Base"
 SRC_URI = "https://git.fedorahosted.org/cgit/${PN}.git/snapshot/r2-1-43.tar.gz"
 SRC_URI[md5sum] = "8fd185ffae710301de3bc297877a404b"
 SRC_URI[sha256sum] = "a630892b5fe59eb9e3bef30c597de1c2b7f35243dea4b0c995fd482aa20c2d6b"
-LICENSE = "PD MIT"
+LICENSE = "PD & MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305"
 S = "${WORKDIR}/r2-1-43"
 do_install() {



More information about the Openembedded-commits mailing list