mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
singularity: Added dependency to e2fsprogs-mke2fs
While the recipe was functional under an image based on core-image- full-cmdline, when tested with core-image-minimal runtime issues appeared: Singularity was unable to create a filesystem within the container. This change fixes this issue. Signed-off-by: Alexandru Tiniuc <tiniuc.alexandru@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
90c1046b58
commit
a5343f76b4
|
@ -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"
|
||||
RDEPENDS_${PN} += "glibc python3 ca-certificates openssl bash e2fsprogs-mke2fs"
|
||||
# Singularity expects to find python3 under the name python, therefore both
|
||||
# cannot be installed at the same time.
|
||||
RCONFLICTS_${PN} = "python"
|
||||
|
|
Loading…
Reference in New Issue
Block a user