From 653dbf48bb4ef9113e5e1f7fd370c9cdac581922 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 12 Jun 2024 10:58:15 +0800 Subject: [PATCH] tslib: upgrade 1.22 -> 1.23 Changelog: ============ * new filter module: 'module crop' * some build and security fixes * improved release procedure Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/tslib/{tslib_1.22.bb => tslib_1.23.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/tslib/{tslib_1.22.bb => tslib_1.23.bb} (97%) diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb b/meta-oe/recipes-graphics/tslib/tslib_1.23.bb similarity index 97% rename from meta-oe/recipes-graphics/tslib/tslib_1.22.bb rename to meta-oe/recipes-graphics/tslib/tslib_1.23.bb index cc7e44eff2..299aa2a273 100644 --- a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb +++ b/meta-oe/recipes-graphics/tslib/tslib_1.23.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] = "aaf0aed410a268d7b51385d07fe4d9d64312038e87c447ec8a24c8db0a15617a" +SRC_URI[sha256sum] = "9b489a54d48006201f2fe955a88c3f857535ac93b6cf8e5a16c7b166c8991dac" UPSTREAM_CHECK_URI = "https://github.com/kergoth/tslib/releases"