diff options
Diffstat (limited to 'packages/libsdl/libsdl-image_1.2.3.bb')
-rw-r--r-- | packages/libsdl/libsdl-image_1.2.3.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/libsdl/libsdl-image_1.2.3.bb b/packages/libsdl/libsdl-image_1.2.3.bb index 1a911f9f62..7bf24412d2 100644 --- a/packages/libsdl/libsdl-image_1.2.3.bb +++ b/packages/libsdl/libsdl-image_1.2.3.bb @@ -3,12 +3,12 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "zlib libpng jpeg virtual/libsdl" LICENSE = "LGPL" -PR = "r1" - -SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz \ - file://autotools.patch;patch=1 \ - " +PR = "r2" +SRC_URI = "\ + http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz \ + file://autotools.patch;patch=1 \ +" S = "${WORKDIR}/SDL_image-${PV}" export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" |