summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-14 16:55:14 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-14 09:52:32 -0700
commitffe87d16cdacd14cfb1a00a15935dbf9dc01bc7e (patch)
treee237db7f4da02dfa0ea46ffa11ec6f80186affbe
parent0bab96e83bbc9681bc85b85d61349a82484c7fc6 (diff)
downloadmeta-openembedded-ffe87d16cdacd14cfb1a00a15935dbf9dc01bc7e.tar.gz
xmag: upgrade 1.0.7 -> 1.0.8
Changelog: ========== - Use double for all floating point numbers, not a mix of double and float - Quiet 64 -Wunused-parameter warnings from clang 13 - usage: add noreturn attribute - Fix -Wmissing-variable-declarations warning from clang 13 - Fix -Wself-assign warning from clang 13 - Fix -Wshadow warning for Display argument to Error() - Clear 9 -Wuseless-cast warnings - Add -help and -version options - Print which arguments were unknown before giving usage message - gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb (renamed from meta-oe/recipes-graphics/xorg-app/xmag_1.0.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xmag_1.0.7.bb b/meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb
index f3dac53451..1589f9ae6e 100644
--- a/meta-oe/recipes-graphics/xorg-app/xmag_1.0.7.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb
@@ -8,4 +8,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3413fe6832380b44b69b172d2d1b2387"
8DEPENDS += " libxaw libxt" 8DEPENDS += " libxaw libxt"
9 9
10SRC_URI_EXT = "xz" 10SRC_URI_EXT = "xz"
11SRC_URI[sha256sum] = "009936cc5a2706084079127b26cf55c713767650a34cb69e5682d60e33ce7461" 11SRC_URI[sha256sum] = "326d3c583d795bb53ac609d144e7f7fb1499baba7eaec14b8e6cd232ea069532"