diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2012-12-15 17:53:57 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-16 21:11:45 +0100 |
commit | 70129e0cd109f03cd7b888b20edddd0d85442b56 (patch) | |
tree | 11daf339fa61535b9703640adf2b174be366d5f0 /meta-oe/recipes-multimedia | |
parent | 77da72f619b979cc43bbbdf68c8d4b53d4add4b4 (diff) | |
download | meta-openembedded-70129e0cd109f03cd7b888b20edddd0d85442b56.tar.gz |
libsdl-image: update to upstream version 1.2.12
Now uses zlib license.
Works with libpng15.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb (renamed from meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb index 12a3abd8a..ccc3d4003 100644 --- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb +++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb | |||
@@ -1,16 +1,16 @@ | |||
1 | DESCRIPTION = "Simple DirectMedia Layer image library." | 1 | DESCRIPTION = "Simple DirectMedia Layer image library." |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | 3 | ||
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "zlib" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=613734b7586e1580ef944961c6d62227" |
6 | 6 | ||
7 | PR = "r3" | 7 | PR = "r0" |
8 | 8 | ||
9 | DEPENDS = "tiff zlib libpng jpeg virtual/libsdl" | 9 | DEPENDS = "tiff zlib libpng jpeg virtual/libsdl" |
10 | 10 | ||
11 | SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz" | 11 | SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "6c06584b31559e2b59f2b982d0d1f628" | 12 | SRC_URI[md5sum] = "a0f9098ebe5400f0bdc9b62e60797ecb" |
13 | SRC_URI[sha256sum] = "75e05d1e95f6277b44797157d9e25a908ba8d08a393216ffb019b0d74de11876" | 13 | SRC_URI[sha256sum] = "0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699" |
14 | 14 | ||
15 | S = "${WORKDIR}/SDL_image-${PV}" | 15 | S = "${WORKDIR}/SDL_image-${PV}" |
16 | 16 | ||
@@ -31,4 +31,3 @@ do_configure_prepend() { | |||
31 | rm -f acinclude/ltsugar.m4 | 31 | rm -f acinclude/ltsugar.m4 |
32 | rm -f acinclude/ltversion.m4 | 32 | rm -f acinclude/ltversion.m4 |
33 | } | 33 | } |
34 | |||