From 5b20a3c8f2b5c2f9c5270af964b08797c762d426 Mon Sep 17 00:00:00 2001 From: alperak Date: Wed, 6 Dec 2023 16:24:35 +0300 Subject: [PATCH] xlsclients: upgrade 1.1.4 -> 1.1.5 Changelog: * Resolve implicit conversion warnings from clang * usage: add cold & noreturn attributes to function * Handle -Wsign-compare warnings * Quiet -Wmaybe-uninitialized warnings from gcc * gitlab CI: stop requiring Signed-off-by in commits * 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 Signed-off-by: alperak Signed-off-by: Khem Raj --- .../xorg-app/{xlsclients_1.1.4.bb => xlsclients_1.1.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xlsclients_1.1.4.bb => xlsclients_1.1.5.bb} (74%) diff --git a/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.4.bb b/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb similarity index 74% rename from meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.4.bb rename to meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb index 42bda7ea35..d73a27f971 100644 --- a/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.4.bb +++ b/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb @@ -10,5 +10,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=350e1b718a56df39cfe8ca9345ea4575" BBCLASSEXTEND = "native" -SRC_URI[md5sum] = "4fa92377e0ddc137cd226a7a87b6b29a" -SRC_URI[sha256sum] = "773f2af49c7ea2c44fba4213bee64325875c1b3c9bc4bbcd8dac9261751809c1" +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "68baee57e70250ac4a7759fb78221831f97d88bc8e51dcc2e64eb3f8ca56bae3"