From 845da57b03a91d15bb782325358591649df1579c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 15 Apr 2010 00:01:06 +0200 Subject: recipes: more checksums and more fixes to download them all Signed-off-by: Martin Jansa --- recipes/dhcdbd/dhcdbd_1.14.bb | 3 +++ recipes/dhcdbd/dhcdbd_1.16.bb | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'recipes/dhcdbd') 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" diff --git a/recipes/dhcdbd/dhcdbd_1.16.bb b/recipes/dhcdbd/dhcdbd_1.16.bb index 24572fb259..61ebf8ae84 100644 --- a/recipes/dhcdbd/dhcdbd_1.16.bb +++ b/recipes/dhcdbd/dhcdbd_1.16.bb @@ -4,7 +4,7 @@ SECTION = "net" LICENSE = "GPL" DEPENDS = "dbus" -SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ +SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.gz \ file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1 \ file://dhcdbd" @@ -19,3 +19,6 @@ do_install() { } FILES_${PN} += "${sysconfdir} ${datadir}/dbus-1 ${base_sbindir}/*" + +SRC_URI[md5sum] = "002e9d7d85a2f0e6261b6bf501c53a3e" +SRC_URI[sha256sum] = "f399428e0e191233b4dcead88afbe78a26cc16bd9a47e305f6dd3299e011ef18" -- cgit 1.2.3-korg