]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libxkbcommon: upgrade 1.5.0 -> 1.6.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 27 Nov 2023 10:17:44 +0000 (11:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Nov 2023 08:42:52 +0000 (08:42 +0000)
Add bash-completion support for xkbcli.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb [moved from meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb with 92% similarity]

similarity index 92%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.6.0.bb
index 62e9b158e437f7753c551666ba8cd36bbe7a8d98..02045cc2122975c5ebe20a963129e922fb2d053c 100644 (file)
@@ -9,11 +9,11 @@ DEPENDS = "flex-native bison-native"
 
 SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "560f11c4bbbca10f495f3ef7d3a6aa4ca62b4f8fb0b52e7d459d18a26e46e017"
+SRC_URI[sha256sum] = "0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b"
 
 UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
 
-inherit meson pkgconfig
+inherit meson pkgconfig bash-completion
 
 PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} xkbregistry"