From b86d42b95120917f0d7388c8521fb3559666d0b4 Mon Sep 17 00:00:00 2001 From: alperak Date: Wed, 6 Dec 2023 16:49:16 +0300 Subject: 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 --- meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb | 15 --------------- meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb (limited to 'meta-oe/recipes-graphics/xorg-app') diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb deleted file mode 100644 index 4949616ddc..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb +++ /dev/null @@ -1,15 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "X.Org X11 X client utilities" - -DESCRIPTION = "xgamma allows X users to query and alter the gamma \ -correction of a monitor via the X video mode extension." - -LIC_FILES_CHKSUM = "file://COPYING;md5=ac9801b8423fd7a7699ccbd45cf134d8" - -DEPENDS += "libxxf86vm" - -BBCLASSEXTEND = "native" - -SRC_URI[md5sum] = "90b4305157c2b966d5180e2ee61262be" -SRC_URI[sha256sum] = "0ef1c35b5c18b1b22317f455c8df13c0a471a8efad63c89c98ae3ce8c2b222d3" diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb new file mode 100644 index 0000000000..dc9cbadb4c --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb @@ -0,0 +1,15 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "X.Org X11 X client utilities" + +DESCRIPTION = "xgamma allows X users to query and alter the gamma \ +correction of a monitor via the X video mode extension." + +LIC_FILES_CHKSUM = "file://COPYING;md5=ac9801b8423fd7a7699ccbd45cf134d8" + +DEPENDS += "libxxf86vm" + +BBCLASSEXTEND = "native" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "1c79dae85a8953a15f4fe5c2895a033307b43b8613456c87ec47b374b113bc8f" -- cgit v1.2.3-54-g00ecf