diff mbox series

[meta-arago,master,v3,3/3] websocketd: Add required GO_SRCURI_DESTSUFFIX

Message ID 20240531194533.23925-4-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Updates to support UNPACKDIR | expand

Commit Message

Ryan Eatmon May 31, 2024, 7:45 p.m. UTC
Part of the UNPACKDIR changes for Go modules is the requirement for Go
recipes to include ;destsuffix=${GO_SRCURI_DESTSUFFIX} in the SRC_URI.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-devtools/websocketd/websocketd_0.4.1.bb             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 207cd38a..1f5f8f5d 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
@@ -9,7 +9,7 @@  GO_IMPORT = "github.com/joewalnes/websocketd"
 
 export GOPROXY = "https://proxy.golang.org,direct"
 
-SRC_URI = "git://${GO_IMPORT};protocol=https;branch=master"
+SRC_URI = "git://${GO_IMPORT};protocol=https;branch=master;destsuffix=${GO_SRCURI_DESTSUFFIX}"
 SRCREV = "035c18cc3e6962dabd5ea2ad8845260726a4a99e"
 
 # bitbake only exports proxy variables during fetching, but go handles