diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-05-09 15:04:52 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-12 08:43:19 -0700 |
commit | 5fe3c7a2d358b49b52609e93a8f9d6c5c00377da (patch) | |
tree | 61289b7cec84af0e6ee1e7fc7ee5dc4157b2fe9a /meta-oe/recipes-graphics | |
parent | fe0996a0433b36161b33d08779b33330f8e88273 (diff) | |
download | meta-openembedded-5fe3c7a2d358b49b52609e93a8f9d6c5c00377da.tar.gz |
xkbutils: upgrade 1.0.5 -> 1.0.6
In particular, make it build with gcc 14.
License-Update: Remove "All rights reserved" from copyright line
Changelog:
2939632 xkbutils 1.0.6
e2ee9c2 Change sprintf calls to use snprintf instead
aa03a3b Remove uSetErrorFile()
5f875c8 xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2)
6dbcbb5 Remove "All rights reserved" from Oracle copyright notices
56c99e3 gitlab CI: stop requiring Signed-off-by in commits
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb (renamed from meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb index f078ad60e..0274608d0 100644 --- a/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb +++ b/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb | |||
@@ -9,9 +9,9 @@ It includes: \ | |||
9 | xkbvleds - display the state of LEDs on an XKB keyboard in a window \ | 9 | xkbvleds - display the state of LEDs on an XKB keyboard in a window \ |
10 | xkbwatch - reports changes in the XKB keyboard state \ | 10 | xkbwatch - reports changes in the XKB keyboard state \ |
11 | " | 11 | " |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=64322fab5239f5c8d97cf6e0e14f1c62" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=6767a97a97e21260134637b657b922ae" |
13 | 13 | ||
14 | DEPENDS += "libxaw libxkbfile" | 14 | DEPENDS += "libxaw libxkbfile" |
15 | 15 | ||
16 | SRC_URI_EXT = "xz" | 16 | SRC_URI_EXT = "xz" |
17 | SRC_URI[sha256sum] = "f6a4a8e9c54582beb3787b1faa8168caab125c1fee0ca9cfa5b6c9c1df25eea4" | 17 | SRC_URI[sha256sum] = "31a2bbee1e09ccba01de92897b8f540b545de812f318d31de07bd3a5a75ee25e" |