summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-12-06 16:13:14 +0300
committerKhem Raj <raj.khem@gmail.com>2023-12-07 09:37:16 -0800
commit40daa8ca7c6c7db184b2fd1d2af7c132ad0e6d54 (patch)
tree6243ba4b8b60d07b14b8a88f5d452ee18859b288 /meta-oe/recipes-graphics
parent952f79330eb2396583547ca81cb76b841ab0e932 (diff)
downloadmeta-openembedded-40daa8ca7c6c7db184b2fd1d2af7c132ad0e6d54.tar.gz
xstdcmap: upgrade 1.0.4 -> 1.0.5
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.5.bb (renamed from meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.4.bb)4
1 files changed, 2 insertions, 2 deletions
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
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"
11DEPENDS += "libxmu" 11DEPENDS += "libxmu"
12BBCLASSEXTEND = "native" 12BBCLASSEXTEND = "native"
13 13
14SRC_URI[md5sum] = "da67142c128d18386ff145882e0afc66" 14SRC_URI_EXT = "xz"
15SRC_URI[sha256sum] = "06898b3f1eaad0b205ff3c75bdefa3207868b889d4cb37b32b8267b2bbfe6f8b" 15SRC_URI[sha256sum] = "365847e379398499ec9ad9a299cc47a0d6e7feba9546dfd4e5b422204b5ac180"
16 16