[master/wrynose][PATCH] websocketd: update to main branch
Yogesh Hegde <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Fix do_fetch() errors caused by Upstream [0] commit, which moved master -> main. [0]: https://github.com/gorilla/websocket/commit/66b9c49e59c6c48f0ffce28c2d8b8a5678502c6d Signed-off-by: Yogesh Hegde <[email protected]> --- .../recipes-devtools/websocketd/websocketd_0.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4e1cef0f..49f3130e 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 @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=a14d7befdbee1290ac5c472c S = "${WORKDIR}" SRC_URI = "\ - git://${GO_IMPORT}.git;protocol=https;branch=master;destsuffix=src/${GO_IMPORT} \ + git://${GO_IMPORT}.git;protocol=https;branch=main;destsuffix=src/${GO_IMPORT} \ git://${GO_IMPORT_websocket}.git;protocol=https;branch=main;name=websocket;destsuffix=src/${GO_IMPORT_websocket} \ file://0001-examples-Move-to-python3.patch \ " -- 2.34.1