summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/golang-cross.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/go/golang-cross.inc')
-rw-r--r--recipes-devtools/go/golang-cross.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-devtools/go/golang-cross.inc b/recipes-devtools/go/golang-cross.inc
index 9330572d..ce4ee0e9 100644
--- a/recipes-devtools/go/golang-cross.inc
+++ b/recipes-devtools/go/golang-cross.inc
@@ -3,7 +3,11 @@ HOMEPAGE = "golang.org"
3# DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc" 3# DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc"
4DEPENDS = "libgcc" 4DEPENDS = "libgcc"
5PROVIDES = "virtual/${TARGET_PREFIX}golang" 5PROVIDES = "virtual/${TARGET_PREFIX}golang"
6SRC_URI = "http://golang.org/dl/go${PV}.src.tar.gz" 6SRC_URI = "\
7 http://golang.org/dl/go${PV}.src.tar.gz \
8 file://bsd_svid_source.patch \
9 "
10
7S="${WORKDIR}/go" 11S="${WORKDIR}/go"
8 12
9do_compile () { 13do_compile () {