From 0f322a26656190b1d7b9b275eb02293b52208079 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 3 Aug 2011 01:17:57 +0100 Subject: Fix SRC_URI for files on vanille.de/mirror vanille.de/mirror is no longer available, so use sources.openembedded.org instead. Signed-off-by: Paul Eggleton --- recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb | 2 +- recipes-qtopia/snes9x/snes9x-sdl_1.39.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-qtopia/snes9x') diff --git a/recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb b/recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb index 485c5bc..afa0311 100644 --- a/recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb +++ b/recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb @@ -5,7 +5,7 @@ DEPENDS = "libsdl-qpe" LICENSE = "snes9x" PR = "r4" -SRC_URI = "http://www.vanille.de/mirror/snes9x-sdl-${PV}.tar.bz2 \ +SRC_URI = "http://sources.openembedded.org/snes9x-sdl-${PV}.tar.bz2 \ file://compile.patch" S = "${WORKDIR}/snes9x-sdl-${PV}" diff --git a/recipes-qtopia/snes9x/snes9x-sdl_1.39.bb b/recipes-qtopia/snes9x/snes9x-sdl_1.39.bb index df712f5..09f0c10 100644 --- a/recipes-qtopia/snes9x/snes9x-sdl_1.39.bb +++ b/recipes-qtopia/snes9x/snes9x-sdl_1.39.bb @@ -5,7 +5,7 @@ DEPENDS = "virtual/libsdl zlib" LICENSE = "snes9x" PR = "r3" -SRC_URI = "http://www.vanille.de/mirror/snes9x-sdl-${PV}.tar.bz2 \ +SRC_URI = "http://sources.openembedded.org/snes9x-sdl-${PV}.tar.bz2 \ file://compile.patch \ file://gcc-4.1.patch" S = "${WORKDIR}/snes9x-sdl-${PV}" -- cgit 1.2.3-korg