From b86d42b95120917f0d7388c8521fb3559666d0b4 Mon Sep 17 00:00:00 2001 From: alperak Date: Wed, 6 Dec 2023 16:49:16 +0300 Subject: [PATCH] xgamma: upgrade 1.0.6 -> 1.0.7 Changelog: * Use strtof() if available, instead of casting atof() to float * Refactor to reduce code duplication * Resolve -Wdouble-promotion warnings from clang * 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 * 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 --- .../xorg-app/{xgamma_1.0.6.bb => xgamma_1.0.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xgamma_1.0.6.bb => xgamma_1.0.7.bb} (71%) diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb similarity index 71% rename from meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb rename to meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb index 4949616ddc..dc9cbadb4c 100644 --- a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb +++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb @@ -11,5 +11,5 @@ DEPENDS += "libxxf86vm" BBCLASSEXTEND = "native" -SRC_URI[md5sum] = "90b4305157c2b966d5180e2ee61262be" -SRC_URI[sha256sum] = "0ef1c35b5c18b1b22317f455c8df13c0a471a8efad63c89c98ae3ce8c2b222d3" +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "1c79dae85a8953a15f4fe5c2895a033307b43b8613456c87ec47b374b113bc8f"