From 40daa8ca7c6c7db184b2fd1d2af7c132ad0e6d54 Mon Sep 17 00:00:00 2001 From: alperak Date: Wed, 6 Dec 2023 16:13:14 +0300 Subject: [PATCH] xstdcmap: upgrade 1.0.4 -> 1.0.5 Changelog: * Remove unneeded variable initializations * Remove unnecessary cast of XFree() argument * Use C99 loop variable declarations * gitlab CI: stop requiring Signed-off -by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test Signed-off-by: alperak Signed-off-by: Khem Raj --- .../xorg-app/{xstdcmap_1.0.4.bb => xstdcmap_1.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xstdcmap_1.0.4.bb => xstdcmap_1.0.5.bb} (74%) diff --git a/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.5.bb similarity index 74% rename from meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.4.bb rename to meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.5.bb index 9d523bd7b1..7d3aab501c 100644 --- a/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.4.bb +++ b/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.5.bb @@ -11,6 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2b08d9e2e718ac83e6fe2b974d4b5fd8" DEPENDS += "libxmu" BBCLASSEXTEND = "native" -SRC_URI[md5sum] = "da67142c128d18386ff145882e0afc66" -SRC_URI[sha256sum] = "06898b3f1eaad0b205ff3c75bdefa3207868b889d4cb37b32b8267b2bbfe6f8b" +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "365847e379398499ec9ad9a299cc47a0d6e7feba9546dfd4e5b422204b5ac180"