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>
This commit is contained in:
Alexandru Tiniuc 2017-08-30 14:20:02 +01:00 committed by Bruce Ashfield
parent 62dbe8c300
commit 9b0c0178ba

View File

@ -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"
RDEPENDS_${PN} += "glibc python3 ca-certificates openssl bash"
# Singularity expects to find python3 under the name python, therefore both
# cannot be installed at the same time.
RCONFLICTS_${PN} = "python"