diff mbox series

[meta-oe] xlsclients: upgrade 1.1.4 -> 1.1.5

Message ID 20231206132435.311230-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] xlsclients: upgrade 1.1.4 -> 1.1.5 | expand

Commit Message

Alper Ak Dec. 6, 2023, 1:24 p.m. UTC
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 <alperyasinak1@gmail.com>
---
 .../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%)

Comments

Khem Raj Dec. 13, 2023, 7:07 a.m. UTC | #1
On Wed, 06 Dec 2023 16:24:35 +0300, alperak wrote:
> 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
> 
> [...]

Applied, thanks!

[1/1] xlsclients: upgrade 1.1.4 -> 1.1.5
      commit: 5b20a3c8f2b5c2f9c5270af964b08797c762d426

Best regards,
diff mbox series

Patch

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 42bda7ea3..d73a27f97 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"