From 5fe3c7a2d358b49b52609e93a8f9d6c5c00377da Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Thu, 9 May 2024 15:04:52 -0400 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb | 17 ----------------- meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb diff --git a/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb deleted file mode 100644 index f078ad60eb..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.5.bb +++ /dev/null @@ -1,17 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "XKeyboard (XKB) extension to the X11 protocol" -DESCRIPTION = " \ -xkbutils is a collection of small utilities utilizing the XKeyboard (XKB) \ -extension to the X11 protocol. \ -It includes: \ - xkbbell - generate XKB bell events \ - xkbvleds - display the state of LEDs on an XKB keyboard in a window \ - xkbwatch - reports changes in the XKB keyboard state \ -" -LIC_FILES_CHKSUM = "file://COPYING;md5=64322fab5239f5c8d97cf6e0e14f1c62" - -DEPENDS += "libxaw libxkbfile" - -SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "f6a4a8e9c54582beb3787b1faa8168caab125c1fee0ca9cfa5b6c9c1df25eea4" diff --git a/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb new file mode 100644 index 0000000000..0274608d05 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb @@ -0,0 +1,17 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "XKeyboard (XKB) extension to the X11 protocol" +DESCRIPTION = " \ +xkbutils is a collection of small utilities utilizing the XKeyboard (XKB) \ +extension to the X11 protocol. \ +It includes: \ + xkbbell - generate XKB bell events \ + xkbvleds - display the state of LEDs on an XKB keyboard in a window \ + xkbwatch - reports changes in the XKB keyboard state \ +" +LIC_FILES_CHKSUM = "file://COPYING;md5=6767a97a97e21260134637b657b922ae" + +DEPENDS += "libxaw libxkbfile" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "31a2bbee1e09ccba01de92897b8f540b545de812f318d31de07bd3a5a75ee25e" -- cgit v1.2.3-54-g00ecf