xkbevd: upgrade 1.1.5 -> 1.1.6

Changelog:
==========
- Use _stricmp() instead of strcasecmp() on Windows
- Accept --help & --version as aliases to -help & -version
- evargs.c: constify pointer arguments that aren't modified
- evargs.c: Use standard strchr() instead of deprecated index()
- Remove detectableRepeat variable
- Assume target platforms have strcasecmp now

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-12-17 17:01:36 +08:00 committed by Khem Raj
parent ea82c31897
commit b1ea894fc4
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -10,4 +10,4 @@ DEPENDS += "libxkbfile bison-native"
BBCLASSEXTEND = "native"
SRC_URI_EXT = "xz"
SRC_URI[sha256sum] = "38357b702de9d3457c4ff75053390f457b84c4accc7f088101255c37c684926b"
SRC_URI[sha256sum] = "d9b401f84cf8568342ff63b1ffc6aecd3877579256d89fe6408645e2741b073e"