aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-10-26 14:12:05 +0100
committerArmin Kuster <akuster808@gmail.com>2023-11-12 10:40:57 -0500
commitc319930fbf31d92b3b9e48ad45f67cdd553af6b0 (patch)
treea3fa60e9c3451ef50b50fda8975896926549934d
parent300be975359fdb3a3b2bf7c6fe15dea7acac575d (diff)
downloadmeta-openembedded-contrib-c319930fbf31d92b3b9e48ad45f67cdd553af6b0.tar.gz
ibus: Swith to use main branch instead of master
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-gnome/recipes-support/ibus/ibus.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc
index c0c0b3b31f..2e03f7c6a7 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"