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/obsolete/dbus | |
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/obsolete/dbus')
-rw-r--r-- | recipes/obsolete/dbus/dbus_0.20.bb | 5 | ||||
-rw-r--r-- | recipes/obsolete/dbus/dbus_0.21.bb | 5 |
2 files changed, 8 insertions, 2 deletions
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" |