From fc2a527e6436eb06cc99108f85e50be5045848b8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Nov 2025 15:55:17 +0800 Subject: [PATCH] tslib: upgrade 1.23 -> 1.24 Changelog: ============= * improved release procedure * debug fixes for 32bit systems * CMake and autoconf updates for newer versions * fixes for minor cppcheck errors * ts_conf test program fixes Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/tslib/{tslib_1.23.bb => tslib_1.24.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/tslib/{tslib_1.23.bb => tslib_1.24.bb} (97%) diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.23.bb b/meta-oe/recipes-graphics/tslib/tslib_1.24.bb similarity index 97% rename from meta-oe/recipes-graphics/tslib/tslib_1.23.bb rename to meta-oe/recipes-graphics/tslib/tslib_1.24.bb index 299aa2a273..6f6e8fd565 100644 --- a/meta-oe/recipes-graphics/tslib/tslib_1.23.bb +++ b/meta-oe/recipes-graphics/tslib/tslib_1.24.bb @@ -16,7 +16,7 @@ SRC_URI = "https://github.com/kergoth/tslib/releases/download/${PV}/tslib-${PV}. file://ts.conf \ file://tslib.sh \ " -SRC_URI[sha256sum] = "9b489a54d48006201f2fe955a88c3f857535ac93b6cf8e5a16c7b166c8991dac" +SRC_URI[sha256sum] = "58d9941ffaa269c399f00d0d308184c96087f7acf69aa8e3c6645e852f993ba2" UPSTREAM_CHECK_URI = "https://github.com/kergoth/tslib/releases"