diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-12-06 16:49:16 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-07 14:25:10 -0800 |
| commit | b86d42b95120917f0d7388c8521fb3559666d0b4 (patch) | |
| tree | 0df4d0619bf0baeb6e41510e3f5ea5a6a6c66631 /meta-oe/recipes-graphics/xorg-app | |
| parent | 709484dd74246baa37d31e5553c095ce22e2c0cc (diff) | |
| download | meta-openembedded-b86d42b95120917f0d7388c8521fb3559666d0b4.tar.gz | |
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 <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb (renamed from meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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 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" | |||
| 11 | 11 | ||
| 12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
| 13 | 13 | ||
| 14 | SRC_URI[md5sum] = "90b4305157c2b966d5180e2ee61262be" | 14 | SRC_URI_EXT = "xz" |
| 15 | SRC_URI[sha256sum] = "0ef1c35b5c18b1b22317f455c8df13c0a471a8efad63c89c98ae3ce8c2b222d3" | 15 | SRC_URI[sha256sum] = "1c79dae85a8953a15f4fe5c2895a033307b43b8613456c87ec47b374b113bc8f" |
