[oe-commits] Lukas Gorris : devicekit-power: use same old official release tarball but with correct URI

git version control git at git.openembedded.org
Sun Jul 4 19:39:31 UTC 2010


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

Author: Lukas Gorris <lukas at htc-linux.org>
Date:   Sun Jul  4 21:36:56 2010 +0200

devicekit-power: use same old official release tarball but with correct URI

---

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

diff --git a/recipes/devicekit/devicekit-power_014.bb b/recipes/devicekit/devicekit-power_014.bb
index fbf750f..6ad8fda 100644
--- a/recipes/devicekit/devicekit-power_014.bb
+++ b/recipes/devicekit/devicekit-power_014.bb
@@ -2,11 +2,9 @@ DESCRIPTION = "Devicekit power"
 LICENSE = "GPLv2"
 DEPENDS = "libusb1 udev glib-2.0 dbus-glib policykit"
 
-
-SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/DeviceKit-power-014.tar.gz"
-
-SRC_URI[md5sum] = "115eed840713d53f073f2d431571662e"
-SRC_URI[sha256sum] = "8157388102569b1a0dcd8b26aea754d0159803795280ca96c852f8350d2aa354"
+SRC_URI = "http://upower.freedesktop.org/releases/DeviceKit-power-${PV}.tar.gz;name=archive"
+SRC_URI[archive.md5sum] = "935d37f1e14b3c8a1d6dabcd9a38d3ca"
+SRC_URI[archive.sha256sum] = "ad3e9a8bd9525d66fadc7fa53ef99e0632aa8cca8fd5bc27483956261153b373"
 
 S = "${WORKDIR}/DeviceKit-power-${PV}"
 
@@ -15,7 +13,6 @@ inherit autotools pkgconfig
 EXTRA_OECONF = " --with-backend=linux"
 
 do_configure_prepend() {
-	gtkdocize
 	sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am
 }	
 
@@ -27,3 +24,4 @@ FILES_${PN} += "${datadir}/dbus-1/ \
 FILES_${PN}-dbg += "${base_libdir}/udev/.debug"
 
 
+





More information about the Openembedded-commits mailing list