diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-26 17:21:32 -0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-31 16:32:30 +0100 |
| commit | a8c447fedf6674766525aded7c304ca379763e92 (patch) | |
| tree | a8ba6af8093c870b6c81508637a7382f24f48ee5 /meta-oe | |
| parent | 09db50599aed073cc173b7de23358a83abd27218 (diff) | |
| download | meta-openembedded-a8c447fedf6674766525aded7c304ca379763e92.tar.gz | |
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@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/soft66/soft66_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/soft66/soft66_git.bb b/meta-oe/recipes-connectivity/soft66/soft66_git.bb index 33ca2b5681..b6495267c9 100644 --- a/meta-oe/recipes-connectivity/soft66/soft66_git.bb +++ b/meta-oe/recipes-connectivity/soft66/soft66_git.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SUMMARY = "Library and tools for Soft66ADD and related SDR radio receivers" | 1 | SUMMARY = "Library and tools for Soft66ADD and related SDR radio receivers" |
| 2 | LICENSE = "GPLv3 LGPLv3+" | 2 | LICENSE = "GPLv3 & LGPLv3+" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
| 4 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 " | 4 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 " |
| 5 | 5 | ||
