diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-03-03 10:27:31 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-03 11:22:35 -0800 |
| commit | 65b8bf69e8f2f6d876c2b1905ab869550274e7dd (patch) | |
| tree | ea84dfbc7e28e3104bcec862d390f59df437f6a8 /meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | |
| parent | 328b8e2bc4441045ed3b7d5dd869a49a86884282 (diff) | |
| download | meta-openembedded-65b8bf69e8f2f6d876c2b1905ab869550274e7dd.tar.gz | |
influxdb: Define GOPROXY
Its needed with go 1.21
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb')
| -rw-r--r-- | meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb index 0770e4bebb..5301071516 100644 --- a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb +++ b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | |||
| @@ -27,6 +27,8 @@ SRCREV = "688e697c51fd5353725da078555adbeff0363d01" | |||
| 27 | 27 | ||
| 28 | inherit go-mod pkgconfig systemd update-rc.d useradd | 28 | inherit go-mod pkgconfig systemd update-rc.d useradd |
| 29 | 29 | ||
| 30 | export GOPROXY = "https://proxy.golang.org,direct" | ||
| 31 | |||
| 30 | # Workaround for network access issue during compile step | 32 | # Workaround for network access issue during compile step |
| 31 | # this needs to be fixed in the recipes buildsystem to move | 33 | # this needs to be fixed in the recipes buildsystem to move |
| 32 | # this such that it can be accomplished during do_fetch task | 34 | # this such that it can be accomplished during do_fetch task |
