diff options
author | Andrei Gherzan <andrei.gherzan@huawei.com> | 2022-08-17 18:36:09 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-20 23:18:44 -0400 |
commit | fc1df13027a8c1e615c0c31ee9e20490e931bcc4 (patch) | |
tree | 51e25db06a309a0141309f9fa6978211cbb88cd2 | |
parent | 884355eeedf0126c9cc7d5e704d4262feb753510 (diff) | |
download | meta-virtualization-fc1df13027a8c1e615c0c31ee9e20490e931bcc4.tar.gz |
singularity: Drop explicit runtime dep glibc
There is no need we can see for this dependency to be provided as such -
especially forcing this to using glibc.
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
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 321a9a61..e3903ecc 100644 --- a/recipes-containers/singularity/singularity_git.bb +++ b/recipes-containers/singularity/singularity_git.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | # Singularity build / config: read up on the dev-so test for more info) | 2 | # Singularity build / config: read up on the dev-so test for more info) |
3 | INSANE_SKIP:${PN} += "dev-so" | 3 | INSANE_SKIP:${PN} += "dev-so" |
4 | 4 | ||
5 | RDEPENDS:${PN} += "glibc python3 ca-certificates openssl bash e2fsprogs-mke2fs" | 5 | RDEPENDS:${PN} += "python3 ca-certificates openssl bash e2fsprogs-mke2fs" |
6 | 6 | ||
7 | LICENSE = "BSD-3-Clause | Apache-2.0" | 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 \ |