diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-14 13:25:26 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-16 18:01:55 -0400 |
commit | 4e363609c36242ddea4b6d62a17b9a070bd93908 (patch) | |
tree | 08da1735a35e66d6bbde6942f96030fa9b4b1445 | |
parent | fe37e0a9b6c7d84e1c5cecace23c403a6dd2f4dc (diff) | |
download | meta-virtualization-4e363609c36242ddea4b6d62a17b9a070bd93908.tar.gz |
singularity: update generic "BSD" license specification
Although singularity is somewhat broken, the LICENSE was not precisely
set, so we update the field to indicate that it is BSD clause 3 or
Apache 2 licensed.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/singularity/singularity_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/singularity/singularity_git.bb b/recipes-containers/singularity/singularity_git.bb index bfa36288..64e1b266 100644 --- a/recipes-containers/singularity/singularity_git.bb +++ b/recipes-containers/singularity/singularity_git.bb | |||
@@ -4,7 +4,7 @@ INSANE_SKIP:${PN} += "dev-so" | |||
4 | 4 | ||
5 | RDEPENDS:${PN} += "glibc python3 ca-certificates openssl bash e2fsprogs-mke2fs" | 5 | RDEPENDS:${PN} += "glibc python3 ca-certificates openssl bash e2fsprogs-mke2fs" |
6 | 6 | ||
7 | LICENSE = "BSD" | 7 | LICENSE = "BSD-3-Clause | Apache-2.0" |
8 | LIC_FILES_CHKSUM = "file://COPYRIGHT.md;md5=be78c34e483dd7d8439358b1e024b294 \ | 8 | LIC_FILES_CHKSUM = "file://COPYRIGHT.md;md5=be78c34e483dd7d8439358b1e024b294 \ |
9 | file://LICENSE-LBNL.md;md5=45a007b527e1a9507aa7fa869f8d7ede \ | 9 | file://LICENSE-LBNL.md;md5=45a007b527e1a9507aa7fa869f8d7ede \ |
10 | file://LICENSE.md;md5=df4326b473db6424033f1d98a5645e30 \ | 10 | file://LICENSE.md;md5=df4326b473db6424033f1d98a5645e30 \ |