Re: [meta-gnome][PATCH] ibus.inc: fix after branch renaming
Fabio Estevam
On Sat, Jul 30, 2022 at 4:57 PM Markus Volk <f_l_k@...> wrote:
I'll test this tomorrow. But on the ibus github page there is no master branch anymore, so i doubt -c cleanall will helpDoes the change below fix it? --- 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"
|
|