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 <[email protected]> --- 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 [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
