diff options
-rw-r--r-- | recipes-devtools/go-cross/go-cross-1.3_1.3.bb | 2 |
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 = "\ | |||
5 | HOMEPAGE = "https://golang.org/" | 5 | HOMEPAGE = "https://golang.org/" |
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | 7 | ||
8 | DEPENDS = "virtual/${TARGET_PREFIX}gcc" | 8 | DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc" |
9 | 9 | ||
10 | SRC_URI = "http://golang.org/dl/go${PV}.src.tar.gz" | 10 | SRC_URI = "http://golang.org/dl/go${PV}.src.tar.gz" |
11 | 11 | ||