diff options
Diffstat (limited to 'meta/recipes-devtools/go/go_1.15.bb')
| -rw-r--r-- | meta/recipes-devtools/go/go_1.15.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go_1.15.bb b/meta/recipes-devtools/go/go_1.15.bb new file mode 100644 index 0000000000..4bf9dd50b2 --- /dev/null +++ b/meta/recipes-devtools/go/go_1.15.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require go-${PV}.inc | ||
| 2 | require go-target.inc | ||
| 3 | |||
| 4 | inherit linuxloader | ||
| 5 | |||
| 6 | export GOBUILDMODE="" | ||
| 7 | export CGO_ENABLED_riscv64 = "" | ||
| 8 | export GO_LDSO = "${@get_linuxloader(d)}" | ||
| 9 | |||
| 10 | # mips/rv64 doesn't support -buildmode=pie, so skip the QA checking for mips/riscv and its | ||
| 11 | # variants. | ||
| 12 | python() { | ||
| 13 | if 'mips' in d.getVar('TARGET_ARCH',True) or 'riscv' in d.getVar('TARGET_ARCH',True): | ||
| 14 | d.appendVar('INSANE_SKIP_%s' % d.getVar('PN',True), " textrel") | ||
| 15 | } | ||
