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/cxcrypt/cxcrypt_1.0.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/cxcrypt/cxcrypt_1.0.bb')
-rw-r--r-- | recipes/cxcrypt/cxcrypt_1.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/cxcrypt/cxcrypt_1.0.bb b/recipes/cxcrypt/cxcrypt_1.0.bb index 705859319b..6827a46135 100644 --- a/recipes/cxcrypt/cxcrypt_1.0.bb +++ b/recipes/cxcrypt/cxcrypt_1.0.bb @@ -32,3 +32,6 @@ do_stage() { FILES_${PN} = "/usr/bin/${PN}" FILES_${PN}-dev = "/usr/lib/libcxio.a /usr/include" + +SRC_URI[md5sum] = "8b90c19943f1b893cd53072de34f2ca6" +SRC_URI[sha256sum] = "100ec0afc6a5733f2b0c936058d8055d7965078c95ac187a573bf0a5a63cb268" |