diff options
| -rw-r--r-- | meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb index 12231443a4..ed342d6757 100644 --- a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb +++ b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb | |||
| @@ -137,6 +137,9 @@ PV = "0.0.0+git" | |||
| 137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" | 137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" |
| 138 | SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https" | 138 | SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https" |
| 139 | 139 | ||
| 140 | # Upstream repo does not tag | ||
| 141 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 142 | |||
| 140 | S = "${WORKDIR}/git" | 143 | S = "${WORKDIR}/git" |
| 141 | 144 | ||
| 142 | do_install() { | 145 | do_install() { |
