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

git at git.openembedded.org git at git.openembedded.org
Wed Dec 31 15:46:26 UTC 2014


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

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

procmail: Fix license format QA error

Fix the following QA error:

,----
| WARNING: Recipe procmail, LICENSE (GPL-2.0 Artistic-1.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-support/procmail/procmail_3.22.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb
index dacda28..6ab1e9b 100644
--- a/meta-oe/recipes-support/procmail/procmail_3.22.bb
+++ b/meta-oe/recipes-support/procmail/procmail_3.22.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://www.ring.gr.jp/archives/net/mail/${PN}/${BP}.tar.gz \
 SRC_URI[md5sum] = "1678ea99b973eb77eda4ecf6acae53f1"
 SRC_URI[sha256sum] = "087c75b34dd33d8b9df5afe9e42801c9395f4bf373a784d9bc97153b0062e117"
 
-LICENSE = "GPL-2.0 Artistic-1.0"
+LICENSE = "GPL-2.0 & Artistic-1.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a71e50e197a992c862379e576e669757 \
     file://Artistic;md5=505e00d03c3428cde21b17b2a386590e"
 



More information about the Openembedded-commits mailing list