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") }