diff mbox series

[meta-oe] xrdb: upgrade 1.2.1 -> 1.2.2

Message ID 1685951589-29920-6-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] xrdb: upgrade 1.2.1 -> 1.2.2 | expand

Commit Message

Mingyu Wang (Fujitsu) June 5, 2023, 7:52 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
gitlab CI: stop requiring Signed-off-by in commits
Variable scope reduction as recommended by cppcheck
Use C99 struct initialization
Rename variable 'dup' to avoid shadowing dup() function
Fallback asprintf: don't truncate output that has a \0 in string
configure: raise minimum autoconf requirement to 2.70

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-graphics/xorg-app/{xrdb_1.2.1.bb => xrdb_1.2.2.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/xorg-app/{xrdb_1.2.1.bb => xrdb_1.2.2.bb} (70%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.1.bb b/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb
similarity index 70%
rename from meta-oe/recipes-graphics/xorg-app/xrdb_1.2.1.bb
rename to meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb
index 20fdea1a54..53214c8fe8 100644
--- a/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.1.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb
@@ -5,6 +5,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=d1167c4f586bd41f0c62166db4384a69"
 
 DEPENDS += "libxmu"
 
-SRC_URI[sha256sum] = "4f5d031c214ffb88a42ae7528492abde1178f5146351ceb3c05f3b8d5abee8b4"
+SRC_URI_EXT = "xz"
+SRC_URI[sha256sum] = "31f5fcab231b38f255b00b066cf7ea3b496df712c9eb2d0d50c670b63e5033f4"
 
 EXTRA_OECONF += "--with-cpp=${bindir}/cpp"