aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-06 08:45:58 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-06 08:50:19 -0700
commitca5f1dde541689f6a479a914ec742a3bf46dfbe1 (patch)
tree7966bc5884c094fa836473ea6a25a518c94ce379
parent9abda48aa1fb697b62eb055149b7995c9b5ee0d5 (diff)
downloadmeta-openembedded-ca5f1dde541689f6a479a914ec742a3bf46dfbe1.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>
-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 37a490abe0..bb662f2ec9 100644
--- a/meta-gnome/recipes-support/ibus/ibus.inc
+++ b/meta-gnome/recipes-support/ibus/ibus.inc
@@ -10,7 +10,7 @@ PV = "1.5.26"
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 = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3"