From c46bbb8e56cd9629c2985d1b1b848dceb029730c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 2 Apr 2018 12:10:40 +0300 Subject: [PATCH] libsdl2-gfx: Update to version 1.0.4 Signed-off-by: Marko Lindqvist --- .../{libsdl2-gfx_1.0.1.bb => libsdl2-gfx_1.0.4.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dependencies/libsdl2-gfx/{libsdl2-gfx_1.0.1.bb => libsdl2-gfx_1.0.4.bb} (70%) diff --git a/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.1.bb b/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb similarity index 70% rename from dependencies/libsdl2-gfx/libsdl2-gfx_1.0.1.bb rename to dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb index 3045c1a..35d1dfe 100644 --- a/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.1.bb +++ b/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb @@ -11,8 +11,8 @@ SRC_URI = "\ file://acinclude2m4.patch \ " -SRC_URI[md5sum] = "9c96816618e3e086d885d1d214e59d87" -SRC_URI[sha256sum] = "d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a" +SRC_URI[md5sum] = "15f9866c6464ca298f28f62fe5b36d9f" +SRC_URI[sha256sum] = "63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262" S = "${WORKDIR}/SDL2_gfx-${PV}" @@ -21,5 +21,5 @@ inherit autotools pkgconfig EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/pkg-config sdl2" do_unpack_append() { - os.rename("SDL2_gfx-1.0.1/acinclude", "SDL2_gfx-1.0.1/m4") + os.rename("SDL2_gfx-1.0.4/acinclude", "SDL2_gfx-1.0.4/m4") }