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/openal/openal_0.0.8.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/openal/openal_0.0.8.bb')
-rw-r--r-- | recipes/openal/openal_0.0.8.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/openal/openal_0.0.8.bb b/recipes/openal/openal_0.0.8.bb index 280c5d75e8..839cf43855 100644 --- a/recipes/openal/openal_0.0.8.bb +++ b/recipes/openal/openal_0.0.8.bb @@ -22,3 +22,9 @@ PACKAGES =+ "libopenal" FILES_libopenal += "${libdir}/libopenal.so.*" FILES_openal-dev += "${bindir}/openal-config" FILES_openal = "" + +SRC_URI[md5sum] = "641cf53761f35ee979f3e888614797a0" +SRC_URI[sha256sum] = "723e2c57c3cdffa7ff11f9b6b5478d6cb4af017e5a1ee7a56032969c39c1c2fe" +#CHECKSUMS.INI MISMATCH: I've got this instead: +#SRC_URI[md5sum] = "0379bd39fc84454491ef38434a2e6e8d" +#SRC_URI[sha256sum] = "5eb6f111539d1a22030dc36f10ad20fed94148a66d71885265e8f1b931db4538" |