On 9/20/2022 14:26, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <[email protected]>
Since go modules do own fetching during compile time.
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
.../recipes-devtools/websocketd/websocketd_0.4.1.bb | 2 ++
1 file changed, 2 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..2d90f8fe 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,9 @@ 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
We also need "export https_proxy" in the recipe. Do you want to submit
a v2 so that we have both required changes in one commit?
+do_compile[network] = "1"
# Development package contains all the examples in different languages
INSANE_SKIP:${PN}-dev = "file-rdeps"
--
Ryan Eatmon [email protected]
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14042):
https://lists.yoctoproject.org/g/meta-arago/message/14042
Mute This Topic: https://lists.yoctoproject.org/mt/93811903/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-