diff mbox series

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

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

Commit Message

Alper Ak Dec. 6, 2023, 12:37 p.m. UTC
Changelog:

* Remove unneeded variable initializations
* Remove unnecessary cast of XFree() argument
* Use C99 loop variable declarations
* Build xz tarballs instead of bzip2

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../xorg-app/{xstdcmap_1.0.4.bb => xstdcmap_1.0.5.bb}        | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xstdcmap_1.0.4.bb => xstdcmap_1.0.5.bb} (74%)
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..657c51732 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
@@ -8,9 +8,10 @@  SECTION = "x11/app"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2b08d9e2e718ac83e6fe2b974d4b5fd8"
 
+SRC_URI_EXT = "gz"
+
 DEPENDS += "libxmu"
 BBCLASSEXTEND = "native"
 
-SRC_URI[md5sum] = "da67142c128d18386ff145882e0afc66"
-SRC_URI[sha256sum] = "06898b3f1eaad0b205ff3c75bdefa3207868b889d4cb37b32b8267b2bbfe6f8b"
+SRC_URI[sha256sum] = "70bd5909d6f1b4d9b038593f72ce70b0095a6f773e1dd8059136bbeb021b8771"