summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2024-04-05 11:00:25 -0600
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-01 19:40:58 +0200
commitdceecf820f8f427bd917aa70b1a66e2380044321 (patch)
tree03ae11df39a7ff1dd43ff7cf3ac17bd6e3befa01 /meta-oe
parent07c5d21ca9cef0eda7b71219892afa76fec69875 (diff)
downloadmeta-openembedded-dceecf820f8f427bd917aa70b1a66e2380044321.tar.gz
dash: correct licence
According to its copyright file, dash is only BSD-3-Clause. It has a build time tool from bash that's under the GPL, but only the tool's output is used, not the tool itself. So all compiled artefacts in dash appear to share the same licence. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8eba35f8b03659ffd73aceb52b6e78da8661a6dd) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-shells/dash/dash_0.5.11.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb b/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb
index ad3672f3e4..3674052311 100644
--- a/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb
+++ b/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb
@@ -2,7 +2,7 @@ SUMMARY = "Small and fast POSIX-compliant shell"
2HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/" 2HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/"
3SECTION = "System Environment/Shells" 3SECTION = "System Environment/Shells"
4 4
5LICENSE = "BSD-3-Clause & GPL-2.0-or-later" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e"
7 7
8inherit autotools update-alternatives 8inherit autotools update-alternatives