diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-31 13:37:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 11:33:53 +0000 |
commit | 0c68bcf93c8211becd491648e7ecc68c68a01726 (patch) | |
tree | 00a630540e6b9c01f0cf47b781f2af7226459d70 | |
parent | 64a7ccef95ff89e743ec62740220cf9660b202ef (diff) | |
download | poky-0c68bcf93c8211becd491648e7ecc68c68a01726.tar.gz |
libsdl2: upgrade to 2.0.1
(From OE-Core rev: 558ce1216ab2d6f31025f58d82b7614d7cd19b61)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.1.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.0.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.1.bb index f393e33b0f..7958f7b985 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.0.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.1.bb | |||
@@ -23,8 +23,8 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ | |||
23 | 23 | ||
24 | S = "${WORKDIR}/SDL2-${PV}" | 24 | S = "${WORKDIR}/SDL2-${PV}" |
25 | 25 | ||
26 | SRC_URI[md5sum] = "beec89afb6edcc6f0abc4114f2e6bcf7" | 26 | SRC_URI[md5sum] = "0eb97039488bf463e775295f7b18b227" |
27 | SRC_URI[sha256sum] = "6f6ac8153d90e06a118474d5400624ae82b3d3e080915505db27cebc52b27178" | 27 | SRC_URI[sha256sum] = "0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0" |
28 | 28 | ||
29 | inherit autotools lib_package binconfig pkgconfig | 29 | inherit autotools lib_package binconfig pkgconfig |
30 | 30 | ||