diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2025-08-21 17:59:26 +0200 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-09-12 08:15:11 +0800 |
commit | 3ef67c94dabec19a0b9665b88e99dcadab918fcf (patch) | |
tree | 27df303a1270b90bdea32337b38faea167ea62f5 | |
parent | d90b295188f90fba4b77ec4c9919ed427874d632 (diff) | |
download | meta-openembedded-3ef67c94dabec19a0b9665b88e99dcadab918fcf.tar.gz |
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 <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
135 | 135 | ||
136 | PV = "0.0.0+git" | 136 | PV = "0.0.0+git" |
137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" | 137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" |
138 | SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=master;protocol=https" | 138 | SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https" |
139 | 139 | ||
140 | S = "${WORKDIR}/git" | 140 | S = "${WORKDIR}/git" |
141 | 141 | ||