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/libmatthew | |
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/libmatthew')
-rw-r--r-- | recipes/libmatthew/libmatthew_0.7.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/libmatthew/libmatthew_0.7.bb b/recipes/libmatthew/libmatthew_0.7.bb index 054881cf9b..37eba9dff6 100644 --- a/recipes/libmatthew/libmatthew_0.7.bb +++ b/recipes/libmatthew/libmatthew_0.7.bb @@ -5,5 +5,8 @@ PR = "r1" SRC_URI = "http://www.matthew.ath.cx/projects/java/libmatthew-java-${PV}.tar.gz \ file://Makefile-0.7.patch;patch=1" +SRC_URI[md5sum] = "da052ee0f71b66e52c175c1f6626c596" +SRC_URI[sha256sum] = "aaec468db4302bc7698c4168a261f8ea4dfdfd2bc69ff743c056c55cd6308a12" + VER_UNIX ?= "0.4" |