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/obsolete/dbus/dbus_0.20.bb | 5 ++++- recipes/obsolete/dbus/dbus_0.21.bb | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'recipes/obsolete/dbus') diff --git a/recipes/obsolete/dbus/dbus_0.20.bb b/recipes/obsolete/dbus/dbus_0.20.bb index 6d0a777fef..91f15215a5 100644 --- a/recipes/obsolete/dbus/dbus_0.20.bb +++ b/recipes/obsolete/dbus/dbus_0.20.bb @@ -5,9 +5,12 @@ DEPENDS = "expat glib-2.0 virtual/libintl" PROVIDES = "dbus-glib" LICENSE = "GPL" -SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ +SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ file://cross.patch;patch=1" +SRC_URI[md5sum] = "8ebff3cb4beec993e9160ff844e0411c" +SRC_URI[sha256sum] = "3923076133c5a3f6c4c66f3fc842c2e05c14cd87b89096811a3cc853ab848577" + inherit autotools pkgconfig gettext EXTRA_OECONF = "--disable-qt --disable-gtk --disable-tests \ diff --git a/recipes/obsolete/dbus/dbus_0.21.bb b/recipes/obsolete/dbus/dbus_0.21.bb index d7b164e8cc..717c4bec5f 100644 --- a/recipes/obsolete/dbus/dbus_0.21.bb +++ b/recipes/obsolete/dbus/dbus_0.21.bb @@ -6,10 +6,13 @@ DEPENDS = "expat glib-2.0 virtual/libintl" PROVIDES = "dbus-glib" LICENSE = "GPL" -SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ +SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ file://cross.patch;patch=1 \ file://dbus-1.init" +SRC_URI[md5sum] = "311229d60154334ee3f908badc56747d" +SRC_URI[sha256sum] = "8c2e4021aa2a7481f7ecf599a95d271f927448b6f60c464eb5c78f812e0f3ffe" + inherit autotools pkgconfig update-rc.d gettext INITSCRIPT_NAME = "dbus-1" -- cgit v1.2.3