diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-1.4.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-1.4.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-1.4.inc b/meta/recipes-devtools/go/go-1.4.inc new file mode 100644 index 0000000000..2f500f32b9 --- /dev/null +++ b/meta/recipes-devtools/go/go-1.4.inc | |||
@@ -0,0 +1,16 @@ | |||
1 | require go-common.inc | ||
2 | |||
3 | PV = "1.4.3" | ||
4 | GO_BASEVERSION = "1.4" | ||
5 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" | ||
6 | |||
7 | SRC_URI += "\ | ||
8 | file://016-armhf-elf-header.patch \ | ||
9 | file://go-cross-backport-cmd-link-support-new-386-amd64-rel.patch \ | ||
10 | file://syslog.patch \ | ||
11 | file://0001-cmd-ld-set-alignment-for-the-.rel.plt-section-on-32-.patch \ | ||
12 | " | ||
13 | |||
14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=591778525c869cdde0ab5a1bf283cd81" | ||
15 | SRC_URI[md5sum] = "dfb604511115dd402a77a553a5923a04" | ||
16 | SRC_URI[sha256sum] = "9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959" | ||