diff options
| author | Dan McGregor <dan.mcgregor@usask.ca> | 2024-04-05 11:00:25 -0600 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-01 19:40:58 +0200 |
| commit | dceecf820f8f427bd917aa70b1a66e2380044321 (patch) | |
| tree | 03ae11df39a7ff1dd43ff7cf3ac17bd6e3befa01 /meta-oe | |
| parent | 07c5d21ca9cef0eda7b71219892afa76fec69875 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 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-3-Clause & GPL-2.0-or-later" | 5 | LICENSE = "BSD-3-Clause" |
| 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 |
