From 812f20667a507829a683483f28d898938299d9a6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 23 Aug 2022 16:51:29 +0800 Subject: [PATCH] libsdl2-ttf: upgrade 2.20.0 -> 2.20.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libsdl/{libsdl2-ttf_2.20.0.bb => libsdl2-ttf_2.20.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/libsdl/{libsdl2-ttf_2.20.0.bb => libsdl2-ttf_2.20.1.bb} (88%) diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.20.0.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.20.1.bb similarity index 88% rename from meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.20.0.bb rename to meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.20.1.bb index 4728022a27..b8732b4c86 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.20.0.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.20.1.bb @@ -5,12 +5,12 @@ LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771dca8728b18d39b130e19b36514371" SRC_URI = " \ - git://github.com/libsdl-org/SDL_ttf.git;branch=main;protocol=https \ + git://github.com/libsdl-org/SDL_ttf.git;branch=release-2.20.x;protocol=https \ git://github.com/libsdl-org/freetype.git;branch=VER-2-12-1-SDL;destsuffix=git/external/freetype;name=freetype;protocol=https \ git://github.com/libsdl-org/harfbuzz.git;branch=2.9.1-SDL;destsuffix=git/external/harfbuzz;name=harfbuzz;protocol=https \ file://automake_foreign.patch \ " -SRCREV = "f5e4828ffc9d3a84f00011fede4446aecb4a685f" +SRCREV = "0a652b598625d16ea7016665095cb1e9bce9ef4f" SRCREV_freetype = "6fc77cee03e078e97afcee0c0e06a2d3274b9a29" SRCREV_harfbuzz = "6022fe2f68d028ee178284f297b3902ffdf65b03"