diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-05 15:52:59 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-05 09:29:34 -0700 |
commit | 4cc3d2976869a9343df98080717aa4b24518dab8 (patch) | |
tree | 7069ef2569c5ffde16fb79e14f20cd862697d9ea /meta-oe/recipes-graphics/xorg-app | |
parent | f4541d83dbe4d9fa065bca371e5caedce4e8b803 (diff) | |
download | meta-openembedded-4cc3d2976869a9343df98080717aa4b24518dab8.tar.gz |
xwd: upgrade 1.0.8 -> 1.0.9
Changelog:
==========
Make -help & -version work without requiring an open display
list.c: Stop building functions that are never called
Delete commented-out local copy of list function prototypes
Variable scope reduction as recommended by cppcheck
Remove unnecessary casts from malloc() and free() calls
Handle -Wcomma warnings from clang
Remove unused macros
gitlab CI: stop requiring Signed-off-by in commits
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
Fix spelling/wording issues
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xwd_1.0.9.bb (renamed from meta-oe/recipes-graphics/xorg-app/xwd_1.0.8.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.8.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.9.bb index 44b9c80d73..4a05a4437a 100644 --- a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.8.bb +++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.9.bb | |||
@@ -7,4 +7,5 @@ LICENSE = "MIT" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf" |
8 | DEPENDS = "libxmu libxkbfile" | 8 | DEPENDS = "libxmu libxkbfile" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "fbaa2b34163714fe7be22b60920ea4683f63b355babb1781aec2e452a033031b" | 10 | SRC_URI_EXT = "xz" |
11 | SRC_URI[sha256sum] = "dc121b84947eb4a3d1131bff1e9844cfa2124d95b47b35f9932340fa931fbd3f" | ||