diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-30 16:34:32 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:08 -0700 |
| commit | 3ad370bcaf32029c599072723f12cb1111e89c35 (patch) | |
| tree | 38d7793ae7c34028e43600857b900bdd1311a4d1 | |
| parent | 95feabdf71e33f4b9afb15619920ab343cc9a811 (diff) | |
| download | meta-openembedded-3ad370bcaf32029c599072723f12cb1111e89c35.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>
| -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 | ||
