summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Tiniuc <tiniuc.alexandru@gmail.com>2017-08-30 14:20:02 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-31 15:24:23 -0400
commit9b0c0178bac0bf0bfa4017e41fcf45e0baedcc0c (patch)
tree581bb02f71c8d1e739c6e1badb86db70c0cfaedf
parent62dbe8c300e9c6319f1280b209553b4721acd430 (diff)
downloadmeta-virtualization-9b0c0178bac0bf0bfa4017e41fcf45e0baedcc0c.tar.gz
Added dependency to Bash
If Bash is not included by any other recipe, the recipe fails at the QA check. This commit adds Bash to the list of dependencies, preventing this issue. Signed-off-by: Alexandru Tiniuc <tiniuc.alexandru@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/singularity/singularity_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/singularity/singularity_git.bb b/recipes-containers/singularity/singularity_git.bb
index d0fbeb95..8b977400 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)
3INSANE_SKIP_${PN} += "dev-so" 3INSANE_SKIP_${PN} += "dev-so"
4 4
5RDEPENDS_${PN} += "glibc python3 ca-certificates openssl" 5RDEPENDS_${PN} += "glibc python3 ca-certificates openssl bash"
6# Singularity expects to find python3 under the name python, therefore both 6# Singularity expects to find python3 under the name python, therefore both
7# cannot be installed at the same time. 7# cannot be installed at the same time.
8RCONFLICTS_${PN} = "python" 8RCONFLICTS_${PN} = "python"