diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-30 15:00:42 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-05 13:04:51 +0100 |
commit | 3827f6a87e78328c34f5d868edc2658540ec338d (patch) | |
tree | 6a43480a8ce83b50fdc0e09da1bcc6a562b89d51 /meta-oe/recipes-support | |
parent | 15aa69d6795ecb3144ba4f5d79128f6173497709 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/mailcap/mailcap_2.1.43.bb | 2 |
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 bcc649695..95d7d1107 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" | |||
15 | SRC_URI = "https://git.fedorahosted.org/cgit/${PN}.git/snapshot/r2-1-43.tar.gz" | 15 | SRC_URI = "https://git.fedorahosted.org/cgit/${PN}.git/snapshot/r2-1-43.tar.gz" |
16 | SRC_URI[md5sum] = "8fd185ffae710301de3bc297877a404b" | 16 | SRC_URI[md5sum] = "8fd185ffae710301de3bc297877a404b" |
17 | SRC_URI[sha256sum] = "a630892b5fe59eb9e3bef30c597de1c2b7f35243dea4b0c995fd482aa20c2d6b" | 17 | SRC_URI[sha256sum] = "a630892b5fe59eb9e3bef30c597de1c2b7f35243dea4b0c995fd482aa20c2d6b" |
18 | LICENSE = "PD MIT" | 18 | LICENSE = "PD & MIT" |
19 | LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305" | 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305" |
20 | S = "${WORKDIR}/r2-1-43" | 20 | S = "${WORKDIR}/r2-1-43" |
21 | do_install() { | 21 | do_install() { |