mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
62dbe8c300
commit
9b0c0178ba
|
@ -2,7 +2,7 @@
|
||||||
# Singularity build / config: read up on the dev-so test for more info)
|
# Singularity build / config: read up on the dev-so test for more info)
|
||||||
INSANE_SKIP_${PN} += "dev-so"
|
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
|
# Singularity expects to find python3 under the name python, therefore both
|
||||||
# cannot be installed at the same time.
|
# cannot be installed at the same time.
|
||||||
RCONFLICTS_${PN} = "python"
|
RCONFLICTS_${PN} = "python"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user