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/pwlib | |
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/pwlib')
-rw-r--r-- | recipes/pwlib/pwlib_1.6.6.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/pwlib/pwlib_1.6.6.4.bb b/recipes/pwlib/pwlib_1.6.6.4.bb index fdadb359e7..f92cd600db 100644 --- a/recipes/pwlib/pwlib_1.6.6.4.bb +++ b/recipes/pwlib/pwlib_1.6.6.4.bb @@ -14,6 +14,9 @@ DESCRIPTION="Portable Text and GUI C/C++ Class Libarary." LICENSE = "GPL" SRC_URI="${DEBIAN_MIRROR}/main/p/${PN}/${PN}_${PV}.orig.tar.gz" +SRC_URI[md5sum] = "618f0ec3e816d7ff9d3bbe23ea5a3312" +SRC_URI[sha256sum] = "c51e760ea1c143e2edbba5b6bfb4785b3b66805c4581d8517febb75cd52582da" + DEPENDS="openssl openldap" inherit autotools |