summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb')
-rw-r--r--meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb
index 40da3b496..c2fb4fa05 100644
--- a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb
+++ b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb
@@ -6,9 +6,10 @@ LIC_FILES_CHKSUM = " \
6 file://COPYING.LESSER;md5=c96ca6c1de8adc025adfada81d06fba5 \ 6 file://COPYING.LESSER;md5=c96ca6c1de8adc025adfada81d06fba5 \
7" 7"
8 8
9SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz" 9SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f"
10SRC_URI[md5sum] = "b2399a4aa927e8b3e171d9ea6737cc02" 10SRC_URI = "git://github.com/${BPN}/${BPN}.git"
11SRC_URI[sha256sum] = "bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a" 11
12S = "${WORKDIR}/git"
12 13
13inherit autotools pkgconfig gettext 14inherit autotools pkgconfig gettext
14 15