From: Denys Dmytriyenko <[email protected]> Since go modules do own fetching during compile time.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- v2 - also export https_proxy .../recipes-devtools/websocketd/websocketd_0.4.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb b/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb index 2ec6a19a..66475726 100644 --- a/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb +++ b/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb @@ -12,7 +12,10 @@ SRCREV = "035c18cc3e6962dabd5ea2ad8845260726a4a99e" # bitbake only exports proxy variables during fetching, but go handles # module fetching on its own during compile and needs proxy settings +# along with network access for the task export http_proxy +export https_proxy +do_compile[network] = "1" # Development package contains all the examples in different languages INSANE_SKIP:${PN}-dev = "file-rdeps" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14043): https://lists.yoctoproject.org/g/meta-arago/message/14043 Mute This Topic: https://lists.yoctoproject.org/mt/93875659/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
