diff options
| -rw-r--r-- | meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb | 7 |
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 40da3b4965..c2fb4fa05b 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 | ||
| 9 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz" | 9 | SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f" |
| 10 | SRC_URI[md5sum] = "b2399a4aa927e8b3e171d9ea6737cc02" | 10 | SRC_URI = "git://github.com/${BPN}/${BPN}.git" |
| 11 | SRC_URI[sha256sum] = "bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a" | 11 | |
| 12 | S = "${WORKDIR}/git" | ||
| 12 | 13 | ||
| 13 | inherit autotools pkgconfig gettext | 14 | inherit autotools pkgconfig gettext |
| 14 | 15 | ||
