[oe-commits] Michael 'Mickey' Lauer : libsidplay: use mirror for SRC_URI

GIT User account git at amethyst.openembedded.net
Tue Feb 24 19:15:12 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Feb 23 01:01:33 2009 +0100

libsidplay: use mirror for SRC_URI

---

 packages/libsidplay/libsidplay_1.36.59.bb |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/packages/libsidplay/libsidplay_1.36.59.bb b/packages/libsidplay/libsidplay_1.36.59.bb
index 9ca4ee1..59cabae 100644
--- a/packages/libsidplay/libsidplay_1.36.59.bb
+++ b/packages/libsidplay/libsidplay_1.36.59.bb
@@ -2,15 +2,11 @@ DESCRIPTION = "A library for replaying C64 SID music"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL"
-
 PR = "r1"
 
-SRC_URI = "http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/libsidplay-${PV}.tgz \
-           http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.59-5.diff.gz;patch=1 \
+SRC_URI = "\
+  ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz \
+  http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.59-5.diff.gz;patch=1 \
 "
 
-inherit autotools
-
-do_stage() {
-	autotools_stage_all
-}
+inherit autotools_stage





More information about the Openembedded-commits mailing list