From 9842456e8bf60de5efcf2498f623dcfeb8a7a679 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 26 Dec 2014 17:21:30 -0200 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/dash/dash_0.5.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" 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 -- cgit 1.2.3-korg