aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-12-26 17:21:30 -0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-12-31 16:32:30 +0100
commit9842456e8bf60de5efcf2498f623dcfeb8a7a679 (patch)
tree98235abeabb33ccbac7703a2b36560dba7ab7b45
parenta5a9697cf6b24ccfb588759798a08f36d1e67fc5 (diff)
downloadmeta-openembedded-contrib-9842456e8bf60de5efcf2498f623dcfeb8a7a679.tar.gz
dash: Fix license format QA error
This adds the & operator to fix the following QA error: ,---- | WARNING: Recipe dash, LICENSE (BSD GPLv2+) 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-extended/dash/dash_0.5.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/dash/dash_0.5.8.bb b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
index c3dbd45f91..c2b5249410 100644
--- a/meta-oe/recipes-extended/dash/dash_0.5.8.bb
+++ b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
@@ -2,7 +2,7 @@ SUMMARY = "Small and fast POSIX-compliant shell"
HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/"
SECTION = "System Environment/Shells"
-LICENSE = "BSD GPLv2+"
+LICENSE = "BSD & GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e"
inherit autotools update-alternatives