diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-26 17:21:30 -0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-31 16:32:30 +0100 |
| commit | 9842456e8bf60de5efcf2498f623dcfeb8a7a679 (patch) | |
| tree | 98235abeabb33ccbac7703a2b36560dba7ab7b45 /meta-oe | |
| parent | a5a9697cf6b24ccfb588759798a08f36d1e67fc5 (diff) | |
| download | meta-openembedded-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>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/dash/dash_0.5.8.bb | 2 |
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" | |||
| 2 | HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/" | 2 | HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/" |
| 3 | SECTION = "System Environment/Shells" | 3 | SECTION = "System Environment/Shells" |
| 4 | 4 | ||
| 5 | LICENSE = "BSD GPLv2+" | 5 | LICENSE = "BSD & GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e" |
| 7 | 7 | ||
| 8 | inherit autotools update-alternatives | 8 | inherit autotools update-alternatives |
