mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
a5a9697cf6
commit
9842456e8b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user