aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-12-30 15:00:42 -0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-01-05 13:04:51 +0100
commit3827f6a87e78328c34f5d868edc2658540ec338d (patch)
tree6a43480a8ce83b50fdc0e09da1bcc6a562b89d51
parent15aa69d6795ecb3144ba4f5d79128f6173497709 (diff)
downloadmeta-openembedded-contrib-3827f6a87e78328c34f5d868edc2658540ec338d.tar.gz
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@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/mailcap/mailcap_2.1.43.bb2
1 files changed, 1 insertions, 1 deletions
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 bcc649695b..95d7d1107e 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() {