summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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