aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dhcdbd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-15 00:01:06 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-15 00:18:52 +0200
commit845da57b03a91d15bb782325358591649df1579c (patch)
tree726062180cbb7b014f19faca1279042986a53f74 /recipes/dhcdbd
parent76cf00c745b2be7c39fb0d966959948adeab1801 (diff)
downloadopenembedded-845da57b03a91d15bb782325358591649df1579c.tar.gz
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/dhcdbd')
-rw-r--r--recipes/dhcdbd/dhcdbd_1.14.bb3
-rw-r--r--recipes/dhcdbd/dhcdbd_1.16.bb5
2 files changed, 7 insertions, 1 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"
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"