From 3ad370bcaf32029c599072723f12cb1111e89c35 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Tue, 30 Jul 2024 16:34:32 +0200 Subject: [PATCH] hunspell-dictionaries: switch branch from master to main The repository of dictionaries doesn't have a branch named master. So, the branch is switched to main. Signed-off-by: Alexandre Truong Reviewed-by: Yoann Congal Signed-off-by: Khem Raj --- meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb index 0ec426afb9..12231443a4 100644 --- a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb +++ b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb @@ -135,7 +135,7 @@ RDEPENDS:${PN} = "hunspell" PV = "0.0.0+git" SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" -SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=master;protocol=https" +SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https" S = "${WORKDIR}/git"