summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-09-14 13:25:26 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 18:01:55 -0400
commit4e363609c36242ddea4b6d62a17b9a070bd93908 (patch)
tree08da1735a35e66d6bbde6942f96030fa9b4b1445
parentfe37e0a9b6c7d84e1c5cecace23c403a6dd2f4dc (diff)
downloadmeta-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.bb2
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
5RDEPENDS:${PN} += "glibc python3 ca-certificates openssl bash e2fsprogs-mke2fs" 5RDEPENDS:${PN} += "glibc python3 ca-certificates openssl bash e2fsprogs-mke2fs"
6 6
7LICENSE = "BSD" 7LICENSE = "BSD-3-Clause | Apache-2.0"
8LIC_FILES_CHKSUM = "file://COPYRIGHT.md;md5=be78c34e483dd7d8439358b1e024b294 \ 8LIC_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 \