diff mbox series

[master/wrynose] websocketd: update to main branch

Message ID 20260820094117.697002-1-y-hegde@ti.com
State New
Headers show
Series [master/wrynose] websocketd: update to main branch | expand

Commit Message

Yogesh Hegde Aug. 20, 2026, 9:41 a.m. UTC
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 <y-hegde@ti.com>
---
 .../recipes-devtools/websocketd/websocketd_0.4.1.bb             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

PRC Automation Aug. 20, 2026, 9:45 a.m. UTC | #1
meta-arago / na / 20260820094117.697002-1-y-hegde

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [master/wrynose][PATCH] websocketd: update to main branch
- Submitter: From: Yogesh Hegde <y-hegde@ti.com>
- Date: Date: Thu, 20 Aug 2026 15:11:17 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 71bb2d46dab4b680d3175368cc99a07af6f43f4b

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: meson: Fix patch for v1.11.2
- Commit SHA: 5786515d7dd3dbced3968f963d039c6bd5298bfd

Patches
----------------------------------------
FAIL - [master/wrynose][PATCH] websocketd: update to main branch
    error: patch failed: meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:6
    error: meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb: patch does not apply
    Applying: websocketd: update to main branch
    Patch failed at 0001 websocketd: update to main branch

wrynose
=====================
Summary:
- Patch Series: [master/wrynose][PATCH] websocketd: update to main branch
- Submitter: From: Yogesh Hegde <y-hegde@ti.com>
- Date: Date: Thu, 20 Aug 2026 15:11:17 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 71bb2d46dab4b680d3175368cc99a07af6f43f4b

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: wrynose
- Commit Author: Yogesh Hegde <y-hegde@ti.com>
- Commit Subject: systemd: drop 15-eth.network and consolidate eth interfaces in 10-eth.network
- Commit SHA: 90da0eb0b9bac7501af14cc1cf1af73b76432e42

Patches
----------------------------------------
FAIL - [master/wrynose][PATCH] websocketd: update to main branch
    error: patch failed: meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb:6
    error: meta-arago-extras/recipes-devtools/websocketd/websocketd_0.4.1.bb: patch does not apply
    Applying: websocketd: update to main branch
    Patch failed at 0001 websocketd: update to main branch
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 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 \
 "