From edfd6b431c8da8b0f70bdf25e167d39bc9dff364 Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Tue, 22 Aug 2017 08:50:02 -0700 Subject: go-systemd: Fix QA dependency problem 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 Signed-off-by: Bruce Ashfield --- 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 5cbab92e..b61c97a6 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" -- cgit v1.2.3-54-g00ecf