summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2017-08-22 08:50:02 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-22 22:39:33 -0400
commitedfd6b431c8da8b0f70bdf25e167d39bc9dff364 (patch)
tree89661cc267447fc623ed799aaf35a36f024ea80d /recipes-devtools/go
parent65fef58b029bda709c5d97f731af8d6cbdddd3d4 (diff)
downloadmeta-virtualization-edfd6b431c8da8b0f70bdf25e167d39bc9dff364.tar.gz
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 <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/go')
-rw-r--r--recipes-devtools/go/go-systemd_git.bb4
1 files changed, 1 insertions, 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"
12SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388" 12SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388"
13PV = "4+git${SRCREV}" 13PV = "4+git${SRCREV}"
14 14
15DEPENDS += " \ 15RDEPENDS_${PN} += "bash"
16 bash \
17"
18 16
19S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
20 18