diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-11-11 15:55:17 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-11 10:19:44 -0800 |
| commit | fc2a527e6436eb06cc99108f85e50be5045848b8 (patch) | |
| tree | 8dceb740355c4498a7a5f56004776fe16b1054fa | |
| parent | 5bdf00909b4e5299bb7c5ef201ae52b5872186be (diff) | |
| download | meta-openembedded-fc2a527e6436eb06cc99108f85e50be5045848b8.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/tslib/tslib_1.24.bb (renamed from meta-oe/recipes-graphics/tslib/tslib_1.23.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.23.bb b/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}. | |||
| 16 | file://ts.conf \ | 16 | file://ts.conf \ |
| 17 | file://tslib.sh \ | 17 | file://tslib.sh \ |
| 18 | " | 18 | " |
| 19 | SRC_URI[sha256sum] = "9b489a54d48006201f2fe955a88c3f857535ac93b6cf8e5a16c7b166c8991dac" | 19 | SRC_URI[sha256sum] = "58d9941ffaa269c399f00d0d308184c96087f7acf69aa8e3c6645e852f993ba2" |
| 20 | 20 | ||
| 21 | UPSTREAM_CHECK_URI = "https://github.com/kergoth/tslib/releases" | 21 | UPSTREAM_CHECK_URI = "https://github.com/kergoth/tslib/releases" |
| 22 | 22 | ||
