Message ID | 20250906064833.3944361-1-skandigraun@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,kirkstone] hunspell-disctionaries: fix SRC_URI | expand |
diff --git a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb index 047acf28db..eb444b3ada 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${SRCPV}" 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"
The master branch has been renamed to main. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)