From a5343f76b4afac7ceaa329d9dd91dc7ffb75c6be Mon Sep 17 00:00:00 2001 From: Alexandru Tiniuc Date: Fri, 1 Sep 2017 16:11:22 +0100 Subject: 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 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 8b977400..6fee8f35 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" +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" -- cgit v1.2.3-54-g00ecf