[meta-virtualization] [PATCH] go-systemd: Fix QA dependency problem

Bruce Ashfield bruce.ashfield at gmail.com
Tue Aug 22 19:39:57 PDT 2017


merged.

Bruce

On Tue, Aug 22, 2017 at 11:50 AM, Jason Wessel <jason.wessel at windriver.com>
wrote:

> ERROR: go-systemd-4+gitb4a58d95188dd092ae20072bac14cece0e67c388-r0
> do_package_qa: QA Issue:
> /usr/local/go/src/github.com/coreos/go-systemd/test contained in
> package go-systemd requires /bin/bash, but no providers found in
> RDEPENDS_go-systemd? [file-rdeps]
>
> Resolved with proper dependency to bash.
>
> Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
> ---
>  recipes-devtools/go/go-systemd_git.bb | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/recipes-devtools/go/go-systemd_git.bb b/recipes-devtools/go/
> go-systemd_git.bb
> index 5cbab92..b61c97a 100644
> --- a/recipes-devtools/go/go-systemd_git.bb
> +++ b/recipes-devtools/go/go-systemd_git.bb
> @@ -12,9 +12,7 @@ SRC_URI = "git://${PKG_NAME}.git"
>  SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388"
>  PV = "4+git${SRCREV}"
>
> -DEPENDS += " \
> -    bash \
> -"
> +RDEPENDS_${PN} += "bash"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.11.0
>
> --
> _______________________________________________
> 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/20170822/6f52d2ea/attachment.html>


More information about the meta-virtualization mailing list