[oe-commits] Klaus Schwarzkopf : disko_1.6.0: fixed SRC_URI

git version control git at git.openembedded.org
Sun Nov 28 10:06:14 UTC 2010


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

Author: Klaus Schwarzkopf <schwarzkopf at sensortherm.de>
Date:   Sat Nov 27 16:10:05 2010 +0100

disko_1.6.0: fixed SRC_URI

diskohq provides tar.bz2

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/disko/disko_1.6.0.bb |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/disko/disko_1.6.0.bb b/recipes/disko/disko_1.6.0.bb
index 4e43ec0..baf7fb3 100644
--- a/recipes/disko/disko_1.6.0.bb
+++ b/recipes/disko/disko_1.6.0.bb
@@ -6,7 +6,7 @@ require disko.inc
 
 DEPENDS += "taglib directfb virtual/libx11 hal libxv libxxf86vm"
 
-SRC_URI = "http://www.diskohq.org/downloads/${PN}-${PV}.tar.gz \
+SRC_URI = "http://www.diskohq.com/repository/ubuntu/pool/${PN}_${PV}.tar.bz2  \
 	   file://pkgconfig.patch \
 	  "
 
@@ -14,6 +14,8 @@ do_compile() {
         ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} graphics=all prefix=${prefix}/ || \
         oefatal "scons build execution failed."
 }
+SRC_URI[md5sum] = "9725e3d692492188b4c74e38884501b9"
+SRC_URI[sha256sum] = "6553d69dc4968f38840f408b6e75ece5f575a816ff8c2df76cccb6d966a836b7"
 
-SRC_URI[md5sum] = "c63bad58524501e367af9842f510b458"
-SRC_URI[sha256sum] = "fe578299be4031d0c2454ff4fd3b3034e332260b9695687adf27a776a61eb2e4"
+#SRC_URI[md5sum] = "c63bad58524501e367af9842f510b458"
+#SRC_URI[sha256sum] = "fe578299be4031d0c2454ff4fd3b3034e332260b9695687adf27a776a61eb2e4"





More information about the Openembedded-commits mailing list