diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-05-12 15:56:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-15 23:24:43 +0100 |
commit | 2134fe829798678f2385ee105f08518626785e76 (patch) | |
tree | e50b6f875ff1347296264ed053dcf73a62e8ef57 /meta | |
parent | 113d53a233b4d07cff7bf703c4b66dac188432c6 (diff) | |
download | poky-2134fe829798678f2385ee105f08518626785e76.tar.gz |
libsdl2: upgrade to 2.0.3
License checksum changed only because copyright year changed; the actual
license text remains the same.
(From OE-Core rev: 4abf6bb14f8f374e1dca31edc5edfbc1841904ca)
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.0.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.1.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb index fa19566162..38304a96a4 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.1.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb | |||
@@ -8,7 +8,7 @@ BUGTRACKER = "http://bugzilla.libsdl.org/" | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "Zlib" | 10 | LICENSE = "Zlib" |
11 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=0605ca7e995ab1217e0bb988731a87fe" | 11 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=67dcb7fae16952557bc5f96e9eb5d188" |
12 | 12 | ||
13 | PROVIDES = "virtual/libsdl2" | 13 | PROVIDES = "virtual/libsdl2" |
14 | 14 | ||
@@ -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] = "0eb97039488bf463e775295f7b18b227" | 26 | SRC_URI[md5sum] = "fe6c61d2e9df9ef570e7e80c6e822537" |
27 | SRC_URI[sha256sum] = "0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0" | 27 | SRC_URI[sha256sum] = "a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c" |
28 | 28 | ||
29 | inherit autotools lib_package binconfig pkgconfig | 29 | inherit autotools lib_package binconfig pkgconfig |
30 | 30 | ||