diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2017-08-22 08:50:02 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-22 22:39:33 -0400 |
commit | edfd6b431c8da8b0f70bdf25e167d39bc9dff364 (patch) | |
tree | 89661cc267447fc623ed799aaf35a36f024ea80d /recipes-devtools | |
parent | 65fef58b029bda709c5d97f731af8d6cbdddd3d4 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-devtools/go/go-systemd_git.bb | 4 |
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" | |||
12 | SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388" | 12 | SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388" |
13 | PV = "4+git${SRCREV}" | 13 | PV = "4+git${SRCREV}" |
14 | 14 | ||
15 | DEPENDS += " \ | 15 | RDEPENDS_${PN} += "bash" |
16 | bash \ | ||
17 | " | ||
18 | 16 | ||
19 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
20 | 18 | ||