diff mbox series

[meta-oe,PATCHv2] xstdcmap: upgrade 1.0.4 -> 1.0.5

Message ID 20231206131314.303185-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe,PATCHv2] xstdcmap: upgrade 1.0.4 -> 1.0.5 | expand

Commit Message

Alper Ak Dec. 6, 2023, 1:13 p.m. UTC
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 <alperyasinak1@gmail.com>
---
 I accidentally used gz instead of xz, I sent v2 to fix it.

 .../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%)

Comments

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

Applied, thanks!

[1/1] xstdcmap: upgrade 1.0.4 -> 1.0.5
      commit: 40daa8ca7c6c7db184b2fd1d2af7c132ad0e6d54

Best regards,
diff mbox series

Patch

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 9d523bd7b..7d3aab501 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"