mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
influxdb: Enable network during do_compile
This should actually be fixed in the package's build system to not do the network access during compile task but go modules are invoked during do_compile which needs to access the network. Lets workaround it for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -27,6 +27,11 @@ SRCREV = "688e697c51fd5353725da078555adbeff0363d01"
|
|||||||
|
|
||||||
inherit go-mod pkgconfig systemd update-rc.d useradd
|
inherit go-mod pkgconfig systemd update-rc.d useradd
|
||||||
|
|
||||||
|
# Workaround for network access issue during compile step
|
||||||
|
# this needs to be fixed in the recipes buildsystem to move
|
||||||
|
# this such that it can be accomplished during do_fetch task
|
||||||
|
do_compile[network] = "1"
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb"
|
USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user