diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-03 20:09:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:19:18 -0800 |
commit | 5d793654b781c47088e174d1582910ba21aa41ef (patch) | |
tree | 313675c405537278ab5e270427b60791918faa6e /meta/recipes-graphics/libsdl2 | |
parent | 0230177d6d2420bcdc3cf5e7880fc348a84b0e69 (diff) | |
download | poky-5d793654b781c47088e174d1582910ba21aa41ef.tar.gz |
libsdl2: Upgrade 2.0.7 -> 2.0.8
License checksum changed due to copyright year changes see commit
https://github.com/SDL-mirror/SDL/commit/a9072159b2afff5a338804781312067f0a174c3c#diff-21c55fa400e4d25aed3a755371e32151
(From OE-Core rev: 09e29d744af0f325fcabd44e15b4f30908d4bd00)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl2')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.0.7.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.7.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb index fcbfa738b5..c0cf70d7fd 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.7.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.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=e4688d3bd5bf02dadaa3e5182fd9eda9" | 11 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=02ee26814dd044bd7838ae24e05b880f" |
12 | 12 | ||
13 | PROVIDES = "virtual/libsdl2" | 13 | PROVIDES = "virtual/libsdl2" |
14 | 14 | ||
@@ -20,8 +20,8 @@ SRC_URI = " \ | |||
20 | 20 | ||
21 | S = "${WORKDIR}/SDL2-${PV}" | 21 | S = "${WORKDIR}/SDL2-${PV}" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "cdb071009d250e1782371049f0d5ca42" | 23 | SRC_URI[md5sum] = "3800d705cef742c6a634f202c37f263f" |
24 | SRC_URI[sha256sum] = "ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e" | 24 | SRC_URI[sha256sum] = "edc77c57308661d576e843344d8638e025a7818bff73f8fbfab09c3c5fd092ec" |
25 | 25 | ||
26 | inherit autotools lib_package binconfig pkgconfig | 26 | inherit autotools lib_package binconfig pkgconfig |
27 | 27 | ||