diff options
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.3.bb (renamed from meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.1.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.3.bb index 1f9c794c73..6deb352e65 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.1.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.3.bb | |||
@@ -2,13 +2,13 @@ SUMMARY = "Simple DirectMedia Layer image library v2" | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | 3 | ||
4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=ec65b9778f5584a0bd8dfc17d6340ba0" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=a855a9eb5507fc556e672080c4b428ca" |
6 | 6 | ||
7 | DEPENDS = "tiff zlib libpng jpeg virtual/libsdl2 libwebp" | 7 | DEPENDS = "tiff zlib libpng jpeg virtual/libsdl2 libwebp" |
8 | 8 | ||
9 | SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" | 9 | SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" |
10 | SRC_URI[md5sum] = "d94b94555ba022fa249a53a021dc3606" | 10 | SRC_URI[md5sum] = "c6baf6dfa80fa8a66853661a36a6034e" |
11 | SRC_URI[sha256sum] = "3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64" | 11 | SRC_URI[sha256sum] = "3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368" |
12 | 12 | ||
13 | S = "${WORKDIR}/SDL2_image-${PV}" | 13 | S = "${WORKDIR}/SDL2_image-${PV}" |
14 | 14 | ||