[oe-commits] [openembedded-core] 12/18: libsdl2: Upgrade 2.0.7 -> 2.0.8

git at git.openembedded.org git at git.openembedded.org
Tue Mar 6 14:23:33 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 09e29d744af0f325fcabd44e15b4f30908d4bd00
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Mar 3 20:09:49 2018 -0800

    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
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../recipes-graphics/libsdl2/{libsdl2_2.0.7.bb => libsdl2_2.0.8.bb} | 6 +++---
 1 file 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
similarity index 92%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.0.7.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
index fcbfa73..c0cf70d 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/"
 SECTION = "libs"
 
 LICENSE = "Zlib"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e4688d3bd5bf02dadaa3e5182fd9eda9"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=02ee26814dd044bd7838ae24e05b880f"
 
 PROVIDES = "virtual/libsdl2"
 
@@ -20,8 +20,8 @@ SRC_URI = " \
 
 S = "${WORKDIR}/SDL2-${PV}"
 
-SRC_URI[md5sum] = "cdb071009d250e1782371049f0d5ca42"
-SRC_URI[sha256sum] = "ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e"
+SRC_URI[md5sum] = "3800d705cef742c6a634f202c37f263f"
+SRC_URI[sha256sum] = "edc77c57308661d576e843344d8638e025a7818bff73f8fbfab09c3c5fd092ec"
 
 inherit autotools lib_package binconfig pkgconfig
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list