diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-01 17:03:41 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-07-01 08:37:24 -1000 |
commit | 0ca44d55ad9ca795535591aba34c19cfc841e11c (patch) | |
tree | 4bfe978efac4644d4830a8013484943d43b163ed | |
parent | 4d9ea41502816cc0e7a61f4d1f3e5bb53056ac6b (diff) | |
download | poky-0ca44d55ad9ca795535591aba34c19cfc841e11c.tar.gz |
xdpyinfo: upgrade 1.3.3 -> 1.3.4
Changelog:
=========
configure: Make xf86misc support disabled by default
Variable scope reduction
Remove unnecessary downcast of double to float
Call memset() instead of hand-coding our own equivalent
(From OE-Core rev: 74fef3bca108017f8a1ce0e451b4b2172ae28fcf)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit d87785189336a69ae998f75394ceaebf63decb16)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb (renamed from meta/recipes-graphics/xorg-app/xdpyinfo_1.3.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.3.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb index e75a840b7d..aaa8aa8903 100644 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.3.bb +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb | |||
@@ -15,6 +15,6 @@ PE = "1" | |||
15 | SRC_URI += "file://disable-xkb.patch" | 15 | SRC_URI += "file://disable-xkb.patch" |
16 | 16 | ||
17 | SRC_URI_EXT = "xz" | 17 | SRC_URI_EXT = "xz" |
18 | SRC_URI[sha256sum] = "356d5fd62f3e98ee36d6becf1b32d4ab6112d618339fb4b592ccffbd9e0fc206" | 18 | SRC_URI[sha256sum] = "a8ada581dbd7266440d7c3794fa89edf6b99b8857fc2e8c31042684f3af4822b" |
19 | 19 | ||
20 | EXTRA_OECONF = "--disable-xkb" | 20 | EXTRA_OECONF = "--disable-xkb" |