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

git at git.openembedded.org git at git.openembedded.org
Mon Dec 29 09:22:28 UTC 2014


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

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

soft66: Fix license format QA error

Fix the following QA error:

,----
| WARNING: Recipe soft66, LICENSE (GPLv3 LGPLv3+) 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-connectivity/soft66/soft66_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/soft66/soft66_git.bb b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
index 33ca2b5..b649526 100644
--- a/meta-oe/recipes-connectivity/soft66/soft66_git.bb
+++ b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Library and tools for Soft66ADD and related SDR radio receivers"
-LICENSE = "GPLv3 LGPLv3+"
+LICENSE = "GPLv3 & LGPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
                     file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 "
 



More information about the Openembedded-commits mailing list