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