From 3ef67c94dabec19a0b9665b88e99dcadab918fcf Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Thu, 21 Aug 2025 17:59:26 +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 Signed-off-by: Anuj Mittal --- 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"