diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-03-03 10:28:04 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-03 11:22:35 -0800 |
| commit | 89fb2e9e7c6063d85be58acae518b4417ea4e7ce (patch) | |
| tree | 5fbdd890e954651f0428d8c15c65f000e6fcc9ea | |
| parent | 65b8bf69e8f2f6d876c2b1905ab869550274e7dd (diff) | |
| download | meta-openembedded-89fb2e9e7c6063d85be58acae518b4417ea4e7ce.tar.gz | |
crucible: Define GOPROXY
Its needed with go 1.21
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/crucible/crucible_2023.11.02.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb index 339bb35f2d..d53e1a276b 100644 --- a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb +++ b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb | |||
| @@ -9,8 +9,9 @@ GO_INSTALL = "\ | |||
| 9 | ${GO_IMPORT}/cmd/crucible \ | 9 | ${GO_IMPORT}/cmd/crucible \ |
| 10 | ${GO_IMPORT}/cmd/habtool \ | 10 | ${GO_IMPORT}/cmd/habtool \ |
| 11 | " | 11 | " |
| 12 | SRCREV = "358b5e7adb7f101f870f2b42fe5371460a3cccb6" | 12 | SRCREV = "dec27cd4e0e0db106c0a21d429c04ca8d36bbdd5" |
| 13 | 13 | ||
| 14 | export GOPROXY = "https://proxy.golang.org,direct" | ||
| 14 | # Workaround for network access issue during compile step. | 15 | # Workaround for network access issue during compile step. |
| 15 | # This needs to be fixed in the recipes buildsystem so that | 16 | # This needs to be fixed in the recipes buildsystem so that |
| 16 | # it can be accomplished during do_fetch task. | 17 | # it can be accomplished during do_fetch task. |
