[oe-commits] Koen Kooi : devicekit-power: use a source location that doesn't change, matches the old checksums

git version control git at git.openembedded.org
Fri Jul 2 20:39:11 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 16dc19fd7cd2e426546758bac28b5fcbe003eefa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=16dc19fd7cd2e426546758bac28b5fcbe003eefa

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jul  2 22:38:15 2010 +0200

devicekit-power: use a source location that doesn't change, matches the old checksums

---

 recipes/devicekit/devicekit-power_014.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/devicekit/devicekit-power_014.bb b/recipes/devicekit/devicekit-power_014.bb
index f018a64..cd2c28c 100644
--- a/recipes/devicekit/devicekit-power_014.bb
+++ b/recipes/devicekit/devicekit-power_014.bb
@@ -3,10 +3,10 @@ LICENSE = "GPLv2"
 DEPENDS = "libusb1 udev glib-2.0 dbus-glib policykit"
 
 
-SRC_URI = "http://cgit.freedesktop.org/DeviceKit/DeviceKit-power/snapshot/DeviceKit-power-${PV}.tar.gz;name=archive"
+SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/DeviceKit-power-014.tar.gz"
 
-SRC_URI[archive.md5sum] = "570846c933df16b768082879b5ee0605"
-SRC_URI[archive.sha256sum] = "ae450e86443df825b31a664562f12117983ebd7d106f5c5cd82ca2f38791166d"
+SRC_URI[md5sum] = "115eed840713d53f073f2d431571662e"
+SRC_URI[sha256sum] = "8157388102569b1a0dcd8b26aea754d0159803795280ca96c852f8350d2aa354"
 
 S = "${WORKDIR}/DeviceKit-power-${PV}"
 





More information about the Openembedded-commits mailing list