meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Ryan Eatmon <reatmon@ti.com>
To: Denys Dmytriyenko <denis@denix.org>
Cc: Praneeth Bajjuri <praneeth@ti.com>,
	Denys Dmytriyenko <denys@konsulko.com>,
	<meta-arago@lists.yoctoproject.org>
Subject: Re: [meta-arago][master][PATCH] websocketd: Add GOPROXY variable
Date: Tue, 5 Mar 2024 21:05:06 -0600	[thread overview]
Message-ID: <440863c1-1899-43c8-b3cc-90f7380b9a50@ti.com> (raw)
In-Reply-To: <20240306001702.GJ6072@denix.org>



On 3/5/2024 6:17 PM, Denys Dmytriyenko wrote:
> On Tue, Mar 05, 2024 at 05:07:07PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
>> As of go v1.21, GOPROXY is required to be set to something other than
> 
> Other than what?

Oops.  I had other stuff typed there and removed it, but failed to go 
back and make the sentence coherent...  I'll fix it tomorrow.

>> or you get the following error:
>>
>> go: github.com/gorilla/websocket@v1.4.0: GOPROXY list is not the empty string, but contains no entries
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>>   .../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 66475726..207cd38a 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
>> @@ -7,6 +7,8 @@ inherit go-mod
>>   
>>   GO_IMPORT = "github.com/joewalnes/websocketd"
>>   
>> +export GOPROXY = "https://proxy.golang.org,direct"
>> +
>>   SRC_URI = "git://${GO_IMPORT};protocol=https;branch=master"
>>   SRCREV = "035c18cc3e6962dabd5ea2ad8845260726a4a99e"
>>   
>> -- 
>> 2.17.1
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#15226): https://lists.yoctoproject.org/g/meta-arago/message/15226
> Mute This Topic: https://lists.yoctoproject.org/mt/104756208/6551054
> Group Owner: meta-arago+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 
> 

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


      reply	other threads:[~2024-03-06  3:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 23:07 [meta-arago][master][PATCH] websocketd: Add GOPROXY variable Ryan Eatmon
2024-03-06  0:17 ` Denys Dmytriyenko
2024-03-06  3:05   ` Ryan Eatmon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=440863c1-1899-43c8-b3cc-90f7380b9a50@ti.com \
    --to=reatmon@ti.com \
    --cc=denis@denix.org \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=praneeth@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).