diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2014-02-10 16:02:03 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-02-12 15:56:51 +0200 |
commit | 93ad74eece184830c0f76e17ae7308a7da863be7 (patch) | |
tree | be7a575116b3ec8ba5a8d1fcd15fde3e37abd16d | |
parent | d0f0c374e07f0d748f3ad20b8350863394ae8283 (diff) | |
download | meta-boot2qt-93ad74eece184830c0f76e17ae7308a7da863be7.tar.gz |
hunspell: use multple checksums for hunspell srcs
Each package needs to have its own checksum.
Change-Id: I837a6aa2a3b0f73db53f37d15e54a6e9a80403f3
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
-rw-r--r-- | recipes/hunspell/hunspell_1.3.2.bb | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/recipes/hunspell/hunspell_1.3.2.bb b/recipes/hunspell/hunspell_1.3.2.bb index 6c7f400..beb071d 100644 --- a/recipes/hunspell/hunspell_1.3.2.bb +++ b/recipes/hunspell/hunspell_1.3.2.bb | |||
@@ -24,13 +24,17 @@ DESCRIPTION = "Hunspell" | |||
24 | LICENSE = "LGPLv2" | 24 | LICENSE = "LGPLv2" |
25 | LIC_FILES_CHKSUM = "file://${WORKDIR}/hunspell-${PV}/COPYING;md5=ed3a37b3ba6d6be3e08ab45987cf1b88" | 25 | LIC_FILES_CHKSUM = "file://${WORKDIR}/hunspell-${PV}/COPYING;md5=ed3a37b3ba6d6be3e08ab45987cf1b88" |
26 | 26 | ||
27 | SRC_URI = "http://downloads.sourceforge.net/hunspell/hunspell-${PV}.tar.gz \ | 27 | SRC_URI = "http://downloads.sourceforge.net/hunspell/hunspell-${PV}.tar.gz;name=hunspell \ |
28 | http://ftp.halifax.rwth-aachen.de/gentoo/distfiles/myspell-en_GB-20081002.zip \ | 28 | http://ftp.halifax.rwth-aachen.de/gentoo/distfiles/myspell-en_GB-20081002.zip;name=dict-en \ |
29 | http://downloads.sourceforge.net/project/ayaspell/hunspell-ar/20080110/hunspell-ar_20080110.tar.gz \ | 29 | http://downloads.sourceforge.net/project/ayaspell/hunspell-ar/20080110/hunspell-ar_20080110.tar.gz;name=dict-ar \ |
30 | " | 30 | " |
31 | 31 | ||
32 | SRC_URI[md5sum] = "69990932920960eb765fd35883640124" | 32 | SRC_URI[hunspell.md5sum] = "3121aaf3e13e5d88dfff13fb4a5f1ab8" |
33 | SRC_URI[sha256sum] = "88d9eebbe05de29d17f4420ebaec9249441ce01d61b5d6c7ecba040e250e2d91" | 33 | SRC_URI[hunspell.sha256sum] = "b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd" |
34 | SRC_URI[dict-en.md5sum] = "6fb885d57899c3e6aa2b27f3510deb37" | ||
35 | SRC_URI[dict-en.sha256sum] = "f4b43083923e2998298fd270a8a9f9ed570f4fbebeaa46ce5f1788b76920308b" | ||
36 | SRC_URI[dict-ar.md5sum] = "69990932920960eb765fd35883640124" | ||
37 | SRC_URI[dict-ar.sha256sum] = "88d9eebbe05de29d17f4420ebaec9249441ce01d61b5d6c7ecba040e250e2d91" | ||
34 | 38 | ||
35 | PR = "r0" | 39 | PR = "r0" |
36 | 40 | ||