diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-12-06 16:42:39 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-07 14:25:10 -0800 |
| commit | 709484dd74246baa37d31e5553c095ce22e2c0cc (patch) | |
| tree | 36dad9d2c6149dd01afdc2f16d545e5b44c9f2d0 | |
| parent | f0a0c85b75af398d1c78151c7ae6172771fde2c0 (diff) | |
| download | meta-openembedded-709484dd74246baa37d31e5553c095ce22e2c0cc.tar.gz | |
xkbevd: upgrade 1.1.4 -> 1.1.5
Changelog:
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* eventTypeToString: remove unnecessary strcpy to static buffer
* xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path
* cfgscan: check if character is EOF before calling isalpha or isdigit
* Rename shadowed variables
* Variable scope reduction as suggested by cppcheck
* gitlab CI: stop requiring Signed-off-by in commits
* man page: remove out-of-date COPYRIGHT section
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.5.bb (renamed from meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.5.bb index b42c1b9506..afc1fe17d5 100644 --- a/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb +++ b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.5.bb | |||
| @@ -9,5 +9,5 @@ DEPENDS += "libxkbfile bison-native" | |||
| 9 | 9 | ||
| 10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "c747faf1f78f5a5962419f8bdd066501" | 12 | SRC_URI_EXT = "xz" |
| 13 | SRC_URI[sha256sum] = "2430a2e5302a4cb4a5530c1df8cb3721a149bbf8eb377a2898921a145197f96a" | 13 | SRC_URI[sha256sum] = "38357b702de9d3457c4ff75053390f457b84c4accc7f088101255c37c684926b" |
