diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-14 16:55:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-14 09:52:32 -0700 |
commit | faf3f16c253ed1e16afe2fb0f34185e6c7671e93 (patch) | |
tree | 64d34beb06c820d15369edcadf475a09e7714461 /meta-oe/recipes-graphics | |
parent | ffe87d16cdacd14cfb1a00a15935dbf9dc01bc7e (diff) | |
download | meta-openembedded-faf3f16c253ed1e16afe2fb0f34185e6c7671e93.tar.gz |
xwud: upgrade 1.0.6 -> 1.0.7
Changelog:
==========
- Accept --help & --version as aliases to -help & -version
- Replace strcpy+strcat calls with snprintf
- Call free() instead of XFree() on pointers returned by malloc()
- Add missing checks for malloc failure
- 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>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb (renamed from meta-oe/recipes-graphics/xorg-app/xwud_1.0.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xwud_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb index 1be0b5cd77..27138f23f8 100644 --- a/meta-oe/recipes-graphics/xorg-app/xwud_1.0.6.bb +++ b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb | |||
@@ -9,4 +9,4 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=31e8892c80b7a0c1c5f37c8e8ae6d794" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=31e8892c80b7a0c1c5f37c8e8ae6d794" |
10 | 10 | ||
11 | SRC_URI_EXT = "xz" | 11 | SRC_URI_EXT = "xz" |
12 | SRC_URI[sha256sum] = "64048cd15eba3cd9a3d2e3280650391259ebf6b529f2101d1a20f441038c1afe" | 12 | SRC_URI[sha256sum] = "e55cbedab36d7a5f671abf8e594888afc48caa116d51d429ea53ea317ec0c61e" |