[meta-virtualization] [PATCH] Added dependency to Bash

Bruce Ashfield bruce.ashfield at gmail.com
Thu Aug 31 12:24:49 PDT 2017


merged.

Bruce

On Wed, Aug 30, 2017 at 9:20 AM, Alexandru Tiniuc <
tiniuc.alexandru at gmail.com> wrote:

> 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 at gmail.com>
> ---
>  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 d0fbeb9..8b97740 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"
> +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"
> --
> 2.1.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20170831/b6ee0b50/attachment.html>


More information about the meta-virtualization mailing list