diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:01:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:18:52 +0200 |
commit | 845da57b03a91d15bb782325358591649df1579c (patch) | |
tree | 726062180cbb7b014f19faca1279042986a53f74 /recipes/desktop-file-utils/desktop-file-utils_0.3.bb | |
parent | 76cf00c745b2be7c39fb0d966959948adeab1801 (diff) |
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/desktop-file-utils/desktop-file-utils_0.3.bb')
-rw-r--r-- | recipes/desktop-file-utils/desktop-file-utils_0.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.3.bb b/recipes/desktop-file-utils/desktop-file-utils_0.3.bb index 9bb74caf46..cfa52e33be 100644 --- a/recipes/desktop-file-utils/desktop-file-utils_0.3.bb +++ b/recipes/desktop-file-utils/desktop-file-utils_0.3.bb @@ -8,3 +8,9 @@ SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-f file://m4.patch;patch=1" inherit autotools + +SRC_URI[md5sum] = "40a93def0f37f1577c5edc638fcb35a5" +SRC_URI[sha256sum] = "6e932e73818697ea9ec8909bed535a87ba34651031bbbedb63a42e4cdc423284" +#CHECKSUMS.INI MISMATCH: I've got this instead: +#SRC_URI[md5sum] = "a1c8bcd648da58bfe0b142042292caa8" +#SRC_URI[sha256sum] = "06a3d9d97dce9773fc8ac47d6c01aa5e0c0c517cb6ac2e06a627479a0593efca" |