diff options
Diffstat (limited to 'recipes/snes9x/snes9x-sdl_1.39.bb')
-rw-r--r-- | recipes/snes9x/snes9x-sdl_1.39.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/snes9x/snes9x-sdl_1.39.bb b/recipes/snes9x/snes9x-sdl_1.39.bb index e5e37980b2..df712f5905 100644 --- a/recipes/snes9x/snes9x-sdl_1.39.bb +++ b/recipes/snes9x/snes9x-sdl_1.39.bb @@ -6,8 +6,8 @@ LICENSE = "snes9x" PR = "r3" SRC_URI = "http://www.vanille.de/mirror/snes9x-sdl-${PV}.tar.bz2 \ - file://compile.patch;apply=yes \ - file://gcc-4.1.patch;apply=yes" + file://compile.patch \ + file://gcc-4.1.patch" S = "${WORKDIR}/snes9x-sdl-${PV}" do_compile() { |