diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-08-23 16:51:29 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-23 19:12:52 -0700 |
| commit | 812f20667a507829a683483f28d898938299d9a6 (patch) | |
| tree | cd0b82e2f13c93afd2c1ee14e356c372db47e03d | |
| parent | c51c91ba354de8800781f5cb802cea4fc00cc9f0 (diff) | |
| download | meta-openembedded-812f20667a507829a683483f28d898938299d9a6.tar.gz | |
libsdl2-ttf: upgrade 2.20.0 -> 2.20.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.20.1.bb (renamed from meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.20.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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 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" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771dca8728b18d39b130e19b36514371" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771dca8728b18d39b130e19b36514371" |
| 6 | 6 | ||
| 7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
| 8 | git://github.com/libsdl-org/SDL_ttf.git;branch=main;protocol=https \ | 8 | git://github.com/libsdl-org/SDL_ttf.git;branch=release-2.20.x;protocol=https \ |
| 9 | git://github.com/libsdl-org/freetype.git;branch=VER-2-12-1-SDL;destsuffix=git/external/freetype;name=freetype;protocol=https \ | 9 | git://github.com/libsdl-org/freetype.git;branch=VER-2-12-1-SDL;destsuffix=git/external/freetype;name=freetype;protocol=https \ |
| 10 | git://github.com/libsdl-org/harfbuzz.git;branch=2.9.1-SDL;destsuffix=git/external/harfbuzz;name=harfbuzz;protocol=https \ | 10 | git://github.com/libsdl-org/harfbuzz.git;branch=2.9.1-SDL;destsuffix=git/external/harfbuzz;name=harfbuzz;protocol=https \ |
| 11 | file://automake_foreign.patch \ | 11 | file://automake_foreign.patch \ |
| 12 | " | 12 | " |
| 13 | SRCREV = "f5e4828ffc9d3a84f00011fede4446aecb4a685f" | 13 | SRCREV = "0a652b598625d16ea7016665095cb1e9bce9ef4f" |
| 14 | SRCREV_freetype = "6fc77cee03e078e97afcee0c0e06a2d3274b9a29" | 14 | SRCREV_freetype = "6fc77cee03e078e97afcee0c0e06a2d3274b9a29" |
| 15 | SRCREV_harfbuzz = "6022fe2f68d028ee178284f297b3902ffdf65b03" | 15 | SRCREV_harfbuzz = "6022fe2f68d028ee178284f297b3902ffdf65b03" |
| 16 | 16 | ||
