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

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


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

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

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 at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/dash/dash_0.5.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c3dbd45..c2b5249 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



More information about the Openembedded-commits mailing list