diff mbox series

[meta-openembedded,dunfell,1/2] ibus: Swith to use main branch instead of master

Message ID 20231026131206.1501025-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [meta-openembedded,dunfell,1/2] ibus: Swith to use main branch instead of master | expand

Commit Message

Richard Purdie Oct. 26, 2023, 1:12 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

Upstream has switched to using main for tip of trunk, therefore follow
it here in SRC_URI as well.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Suggested-by: Fabio Estevam <festevam@gmail.com>
Reported-by: Markus Volk <f_l_k@t-online.de>
---
 meta-gnome/recipes-support/ibus/ibus.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc
index c0c0b3b31..2e03f7c6a 100644
--- a/meta-gnome/recipes-support/ibus/ibus.inc
+++ b/meta-gnome/recipes-support/ibus/ibus.inc
@@ -10,7 +10,7 @@  PV = "1.5.22"
 DEPENDS = "unicode-ucd"
 
 SRC_URI = " \
-    git://github.com/ibus/ibus.git;branch=master;protocol=https \
+    git://github.com/ibus/ibus.git;branch=main;protocol=https \
     file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
 "
 SRCREV = "e3262f08b9e3efc57808700823b0622ec03a1b5f"