summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/go-cross/go-cross-1.3_1.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go-cross/go-cross-1.3_1.3.bb b/recipes-devtools/go-cross/go-cross-1.3_1.3.bb
index 775e28f3..dd57e561 100644
--- a/recipes-devtools/go-cross/go-cross-1.3_1.3.bb
+++ b/recipes-devtools/go-cross/go-cross-1.3_1.3.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "\
5HOMEPAGE = "https://golang.org/" 5HOMEPAGE = "https://golang.org/"
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
7 7
8DEPENDS = "virtual/${TARGET_PREFIX}gcc" 8DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc"
9 9
10SRC_URI = "http://golang.org/dl/go${PV}.src.tar.gz" 10SRC_URI = "http://golang.org/dl/go${PV}.src.tar.gz"
11 11