From fc1df13027a8c1e615c0c31ee9e20490e931bcc4 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 17 Aug 2022 18:36:09 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/singularity/singularity_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ # Singularity build / config: read up on the dev-so test for more info) INSANE_SKIP:${PN} += "dev-so" -RDEPENDS:${PN} += "glibc python3 ca-certificates openssl bash e2fsprogs-mke2fs" +RDEPENDS:${PN} += "python3 ca-certificates openssl bash e2fsprogs-mke2fs" LICENSE = "BSD-3-Clause | Apache-2.0" LIC_FILES_CHKSUM = "file://COPYRIGHT.md;md5=be78c34e483dd7d8439358b1e024b294 \ -- cgit v1.2.3-54-g00ecf