diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-binary-native_1.17.13.bb')
| -rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.17.13.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-binary-native_1.17.13.bb b/meta/recipes-devtools/go/go-binary-native_1.17.13.bb index 4ee0148417..0f356b0e79 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.17.13.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.17.13.bb | |||
| @@ -14,6 +14,9 @@ SRC_URI[go_linux_arm64.sha256sum] = "914daad3f011cc2014dea799bb7490442677e4ad6de | |||
| 14 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" | 14 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" |
| 15 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" | 15 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" |
| 16 | 16 | ||
| 17 | # not-applicable-platform: Issue only applies on Windows | ||
| 18 | CVE_CHECK_IGNORE += "CVE-2024-3566" | ||
| 19 | |||
| 17 | S = "${WORKDIR}/go" | 20 | S = "${WORKDIR}/go" |
| 18 | 21 | ||
| 19 | inherit goarch native | 22 | inherit goarch native |
