diff options
| -rw-r--r-- | meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 5 |
1 files changed, 5 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 b2899ec381..50995c09b6 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,11 @@ 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 | # Workaround for network access issue during compile step | ||
| 31 | # this needs to be fixed in the recipes buildsystem to move | ||
| 32 | # this such that it can be accomplished during do_fetch task | ||
| 33 | do_compile[network] = "1" | ||
| 34 | |||
| 30 | USERADD_PACKAGES = "${PN}" | 35 | USERADD_PACKAGES = "${PN}" |
| 31 | USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb" | 36 | USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb" |
| 32 | 37 | ||
