mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
884355eeed
commit
fc1df13027
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user