summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb3
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"
137SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" 137SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee"
138SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https" 138SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https"
139 139
140# Upstream repo does not tag
141UPSTREAM_CHECK_COMMITS = "1"
142
140S = "${WORKDIR}/git" 143S = "${WORKDIR}/git"
141 144
142do_install() { 145do_install() {