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/dhcdbd/dhcdbd_1.14.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/dhcdbd/dhcdbd_1.14.bb')
-rw-r--r-- | recipes/dhcdbd/dhcdbd_1.14.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/dhcdbd/dhcdbd_1.14.bb b/recipes/dhcdbd/dhcdbd_1.14.bb index 55d3c72899..850ae5456f 100644 --- a/recipes/dhcdbd/dhcdbd_1.14.bb +++ b/recipes/dhcdbd/dhcdbd_1.14.bb @@ -22,3 +22,6 @@ do_install() { } FILES_${PN} += "${sysconfdir} ${datadir}/dbus-1 ${base_sbindir}/*" + +SRC_URI[md5sum] = "1180dee7a51a4384d55768650634cf93" +SRC_URI[sha256sum] = "e5facfcab28377d32fd4c70aa1fe0820d3dba4abdfc48bd15eda712c8815e505" |