diff mbox series

[meta-oe,kirkstone,04/12] ipc-run: fix SRC_URI

Message ID 20260420154915.952359-4-skandigraun@gmail.com
State New
Headers show
Series [meta-oe,kirkstone,01/12] tomoyo-tools: fix SRC_URI | expand

Commit Message

Gyorgy Sarvari April 20, 2026, 3:49 p.m. UTC
The source branch was renamed from master to main.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb b/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb
index 34f3136de9..00bbba0e2b 100644
--- a/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb
+++ b/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb
@@ -9,7 +9,7 @@  LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e"
 DEPENDS = "perl"
 
-SRC_URI = "git://github.com/toddr/IPC-Run.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/toddr/IPC-Run.git;branch=main;protocol=https"
 SRCREV = "af435a1635ef9e48a84adc3230099e7ecf20c79d"
 
 S = "${WORKDIR}/git"