From 9d621a1b6f7c818ec029ad07b5606bc850ab0daa Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 5 Jun 2023 15:52:57 +0800 Subject: [PATCH] xrdb: upgrade 1.2.1 -> 1.2.2 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 Signed-off-by: Khem Raj --- .../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 --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"