diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-26 17:21:35 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-31 16:32:31 +0100 |
commit | 5e869036a0c7059656fab4fb3327b9fd56137265 (patch) | |
tree | c9d7b31d9370679a36f8c7803def26197412f5fa /meta-oe/recipes-support/libftdi | |
parent | ba3105e6055cce009e6f54c01885768ef72d81c5 (diff) | |
download | meta-openembedded-5e869036a0c7059656fab4fb3327b9fd56137265.tar.gz |
libftdi: Fix license format QA error
Fix following QA error:
,----
| WARNING: Recipe libftdi, LICENSE (LGPLv2.1 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>
Diffstat (limited to 'meta-oe/recipes-support/libftdi')
-rw-r--r-- | meta-oe/recipes-support/libftdi/libftdi_1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.1.bb b/meta-oe/recipes-support/libftdi/libftdi_1.1.bb index 641e5a71b..d8b189be9 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_1.1.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_1.1.bb | |||
@@ -4,7 +4,7 @@ including the popular bitbang mode." | |||
4 | HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" | 4 | HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | LICENSE = "LGPLv2.1 GPLv2" | 7 | LICENSE = "LGPLv2.1 & GPLv2" |
8 | LIC_FILES_CHKSUM= "\ | 8 | LIC_FILES_CHKSUM= "\ |
9 | file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ | 9 | file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ |
10 | file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \ | 10 | file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \ |