From 0cbede2b252919f75b4b657427f969e8a11d5699 Mon Sep 17 00:00:00 2001 From: alperak Date: Thu, 7 Dec 2023 15:25:06 +0300 Subject: [PATCH] xf86-input-void: upgrade 1.4.1 -> 1.4.2 Changelog: * InitValuatorAxisStruct: Add missing line breaks * InputDriverRec: Resolve -Wmissing-field-initializers warning * gitlab CI: stop requiring Signed-off-by in commits * gitlab CI: add a basic build test * Build xz tarballs instead of bzip2 * 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 Signed-off-by: Khem Raj --- .../{xf86-input-void_1.4.1.bb => xf86-input-void_1.4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-driver/{xf86-input-void_1.4.1.bb => xf86-input-void_1.4.2.bb} (57%) diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-void_1.4.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-void_1.4.2.bb similarity index 57% rename from meta-oe/recipes-graphics/xorg-driver/xf86-input-void_1.4.1.bb rename to meta-oe/recipes-graphics/xorg-driver/xf86-input-void_1.4.2.bb index 88fb4b99a1..54a6476def 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-void_1.4.1.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-void_1.4.2.bb @@ -4,5 +4,5 @@ PR = "r22" LIC_FILES_CHKSUM = "file://COPYING;md5=4be6a915bfbf111cd88706fc6a6f141b" -SRC_URI[md5sum] = "5227013b52b3ca85d6b7ec8adea988d4" -SRC_URI[sha256sum] = "f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c" +XORG_DRIVER_COMPRESSOR = ".tar.xz" +SRC_URI[sha256sum] = "a211d8e21ce0e2ed8af5b8a2e8d4409d70c9c7e5ee528f5e6002ad279bf07885"