From patchwork Fri Mar 21 03:38:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 59695 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AECDC36004 for ; Fri, 21 Mar 2025 03:39:17 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.13312.1742528353219904353 for ; Thu, 20 Mar 2025 20:39:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=KTrgJVhZ; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1742528353; x=1774064353; h=from:to:cc:subject:date:message-id; bh=n4M0kYsVBTutzXAETYNYLJhRE95ev5QUdZ5+OaZkdkM=; b=KTrgJVhZBDI6R3YNrCUrnNefg1YMaPxC5hAiejD8GVHIbVrkK1G0qK4r QY9A1bUid1qT0VtbUnPgVdnPwhUMYHufpKPqsMocYx+tuDlgv4FtBMrxb gqrIdXhWo1DT9VThLDC21OeipqSNXIxxDSG0inn3rkOekHZbpsIYnTI8x ZyfVzWnko/er/H/wdTdGgSqI0zdtCsac7kVNPKY5IWk39bq3rpAs2Ujrs 8B0SMQVUC+DnZNsyUk1SXP6We4hL9FjEM3QQKrOu4u8nJReATpVSFxQz4 sLkZRBUfF/mXuEkn7pRyDz9Pnx+6KEOTbi2Zp3ZLKXOjqVKCXyCKehrT9 Q==; X-CSE-ConnectionGUID: EhENInUkSlGuy1hRUL7O3A== X-CSE-MsgGUID: fkMmYLayTCCv5TR92jWKXw== X-IronPort-AV: E=McAfee;i="6700,10204,11379"; a="181740333" X-IronPort-AV: E=Sophos;i="6.14,263,1736780400"; d="scan'208";a="181740333" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2025 12:39:10 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id BFF54DC71A for ; Fri, 21 Mar 2025 12:39:08 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 7F510F80B7 for ; Fri, 21 Mar 2025 12:39:08 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id CD2431A00AE; Fri, 21 Mar 2025 11:39:07 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 1/4] flashrom: upgrade 1.4.0 -> 1.5.1 Date: Fri, 21 Mar 2025 11:38:59 +0800 Message-Id: <1742528342-27448-1-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 21 Mar 2025 03:39:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116157 From: Wang Mingyu 0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch since it's not available in 1.5.1 0001-linux_mtd-fix-build-with-clang-19.patch removed since it's included in 1.5.1 0002-meson-Add-options-pciutils-ftdi-usb.patch refreshed for 1.5.1 Signed-off-by: Wang Mingyu --- ...SCV-as-non-memory-mapped-I-O-archite.patch | 30 -------------- ...01-linux_mtd-fix-build-with-clang-19.patch | 39 ------------------- ...-meson-Add-options-pciutils-ftdi-usb.patch | 13 ++++--- .../{flashrom_1.4.0.bb => flashrom_1.5.1.bb} | 4 +- 4 files changed, 8 insertions(+), 78 deletions(-) delete mode 100644 meta-oe/recipes-bsp/flashrom/flashrom/0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch delete mode 100644 meta-oe/recipes-bsp/flashrom/flashrom/0001-linux_mtd-fix-build-with-clang-19.patch rename meta-oe/recipes-bsp/flashrom/{flashrom_1.4.0.bb => flashrom_1.5.1.bb} (75%) diff --git a/meta-oe/recipes-bsp/flashrom/flashrom/0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch b/meta-oe/recipes-bsp/flashrom/flashrom/0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch deleted file mode 100644 index 58f1aa4d43..0000000000 --- a/meta-oe/recipes-bsp/flashrom/flashrom/0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch +++ /dev/null @@ -1,30 +0,0 @@ -From bf5a30ef30818973eb2cfac792b80c642df8a721 Mon Sep 17 00:00:00 2001 -From: Patrick Rudolph -Date: Mon, 14 Oct 2024 11:01:37 +0200 -Subject: [oe] [meta-oe] [PATCH 1/2] flashrom: Mark RISCV as non memory-mapped I/O - architecture - -Upstream-Status: Inactive-Upstream - -Change-Id: I46d7ede7af61e7fca631e1d465100e65c6ddeee9 -Signed-off-by: Patrick Rudolph ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 97f56b83..08e4c595 100644 ---- a/Makefile -+++ b/Makefile -@@ -372,7 +372,7 @@ endif - # Additionally disable all drivers needing raw access (memory, PCI, port I/O) - # on architectures with unknown raw access properties. - # Right now those architectures are alpha hppa m68k sh s390 --ifneq ($(ARCH), $(filter $(ARCH), x86 mips ppc arm sparc arc e2k)) -+ifneq ($(ARCH), $(filter $(ARCH), x86 mips ppc arm sparc arc e2k riscv)) - $(call mark_unsupported,$(DEPENDS_ON_RAW_MEM_ACCESS)) - endif - --- -2.46.2 - diff --git a/meta-oe/recipes-bsp/flashrom/flashrom/0001-linux_mtd-fix-build-with-clang-19.patch b/meta-oe/recipes-bsp/flashrom/flashrom/0001-linux_mtd-fix-build-with-clang-19.patch deleted file mode 100644 index 46bd0bba44..0000000000 --- a/meta-oe/recipes-bsp/flashrom/flashrom/0001-linux_mtd-fix-build-with-clang-19.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 615fae91dafdb89f0f8418129918dbb7ff879cf6 Mon Sep 17 00:00:00 2001 -From: Arnaud Ferraris -Date: Thu, 24 Oct 2024 17:51:29 +0200 -Subject: [PATCH] linux_mtd: fix build with clang >= 19 - -Starting with version 19, clang issues a warning when using `strlen()` -for initializing a static array's size. This causes the build to fail as -the project also sets `-Werror`. - -This is fixed by using `sizeof()` instead, which is guaranteed to be -evaluated at compilation time and therefore not triggering the -problematic warning. - -Upstream-Status: Backport [https://github.com/flashrom/flashrom/commit/34b1a6aa57e910c0b5a518e8a0cab6841c7efaee] - -Change-Id: If470a65702e9ae08e4303123a0014e53a1fee56e -Signed-off-by: Arnaud Ferraris -Reviewed-on: https://review.coreboot.org/c/flashrom/+/84856 -Tested-by: build bot (Jenkins) -Reviewed-by: Maximilian Brune -Reviewed-by: Anastasia Klimchuk -Signed-off-by: Khem Raj ---- - linux_mtd.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/linux_mtd.c b/linux_mtd.c -index eea0cf2..0cb2330 100644 ---- a/linux_mtd.c -+++ b/linux_mtd.c -@@ -49,7 +49,7 @@ static int read_sysfs_string(const char *sysfs_path, const char *filename, char - int i; - size_t bytes_read; - FILE *fp; -- char path[strlen(LINUX_MTD_SYSFS_ROOT) + 32]; -+ char path[sizeof(LINUX_MTD_SYSFS_ROOT) + 31]; - - snprintf(path, sizeof(path), "%s/%s", sysfs_path, filename); - diff --git a/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch b/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch index bc43f17e9a..8dfed855b4 100644 --- a/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch +++ b/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch @@ -16,10 +16,10 @@ Signed-off-by: Patrick Rudolph 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build -index ae56b26c..21093a7f 100644 +index 6c8d3d3..61b794d 100644 --- a/meson.build +++ b/meson.build -@@ -151,9 +151,9 @@ systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da +@@ -150,9 +150,9 @@ systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da cpus_port_io = [ 'x86', 'x86_64' ] @@ -33,16 +33,17 @@ index ae56b26c..21093a7f 100644 group_serial = get_option('programmer').contains('group_serial') group_jlink = get_option('programmer').contains('group_jlink') diff --git a/meson_options.txt b/meson_options.txt -index 8a04114d..ae722509 100644 +index 87456a9..570b152 100644 --- a/meson_options.txt +++ b/meson_options.txt -@@ -25,3 +25,6 @@ option('ni845x_search_path', type : 'string', value : 'C:\Program Files (x86)\Na - option('delay_minimum_sleep_us', type : 'integer', min : 0, value : 100000, +@@ -24,4 +24,7 @@ option('ni845x_search_path', type : 'string', value : 'C:\Program Files (x86)\Na + option('delay_minimum_sleep_us', type : 'integer', min : 0, value : 100, description : 'Minimum time in microseconds to suspend execution for (rather than polling) when a delay is required.' + ' Larger values may perform better on machines with low timer resolution, at the cost of increased power.') +option('pciutils', type : 'boolean', value : false, description : 'Select programmer group pci') +option('usb', type : 'boolean', value : false, description : 'Select programmer group usb') +option('ftdi', type : 'boolean', value : false, description : 'Select programmer group ftdi') + option('rpmc', type : 'feature', value : 'auto', description : 'Support for Replay Protected Monotonic Counter (RPMC) commands as specified by JESD260') -- -2.46.2 +2.43.0 diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb similarity index 75% rename from meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb rename to meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb index 6c5d05f2d0..9a8e81bae3 100644 --- a/meta-oe/recipes-bsp/flashrom/flashrom_1.4.0.bb +++ b/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb @@ -4,12 +4,10 @@ HOMEPAGE = "http://flashrom.org" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.xz \ - file://0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch \ file://0002-meson-Add-options-pciutils-ftdi-usb.patch \ - file://0001-linux_mtd-fix-build-with-clang-19.patch \ " -SRC_URI[sha256sum] = "eb0eb3e61a57fd1926c66f08664cf04a96f92cee23b600cf563087c2178d70d8" +SRC_URI[sha256sum] = "1f934b076ed49eace203655ec249fc7861a6b8e87fe4aef732e47b6e485b6293" S = "${WORKDIR}/flashrom-v${PV}" From patchwork Fri Mar 21 03:39:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 59698 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5992FC36001 for ; Fri, 21 Mar 2025 03:39:17 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.13313.1742528354465172780 for ; Thu, 20 Mar 2025 20:39:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fzGaBxiP; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1742528354; x=1774064354; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BU+h6df+R5D5wSsP/7GQR5vmvA13iZrNNzp2fXzgjSk=; b=fzGaBxiPf9TO3giNNxe/FGYXaNXBmq/AdG4FEluiMtA5omE8c02bu7Db DtkMp99YgomNX0mhMMAjHwsB6nIBo3t3O7t/2LcfaFFMc0oa3lM9+eUn0 Qh1RYckY7zCYvpMt59Gh/KRKCbY5M2JXUmvp4vBG1xiILrmEcsXN1uMdU Yt+A+6FUNNLxeQRGsCsAOcdcmW+cjFyLtUoRb0RJPtWtIoOQuPRFqSL6J WA09/A4DT+eoiSAMf0wzVAgLV6wYpiEoj5dilY0cfOnBhaHRh4W9qpMQb UygPLDy2hqpnOxvHtEd0loQyU8jqh+kKA9MPrWoAdPG+soicNEVYjX1ls Q==; X-CSE-ConnectionGUID: l0JXX3ykSpS1LcpN27qjZg== X-CSE-MsgGUID: +NUcUnMhRCa1SVI8g8UB0Q== X-IronPort-AV: E=McAfee;i="6700,10204,11379"; a="172684276" X-IronPort-AV: E=Sophos;i="6.14,263,1736780400"; d="scan'208";a="172684276" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2025 12:39:12 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id F0570D4808 for ; Fri, 21 Mar 2025 12:39:09 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id AE9B4D52E2 for ; Fri, 21 Mar 2025 12:39:09 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3FC3B1A00AE; Fri, 21 Mar 2025 11:39:09 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 2/4] gjs: upgrade 1.82.1 -> 1.84.1 Date: Fri, 21 Mar 2025 11:39:00 +0800 Message-Id: <1742528342-27448-2-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1742528342-27448-1-git-send-email-wangmy@fujitsu.com> References: <1742528342-27448-1-git-send-email-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 21 Mar 2025 03:39:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116159 From: Wang Mingyu 0001-Support-cross-builds-a-bit-better.patch 0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch refreshed for 1.84.1 Signed-off-by: Wang Mingyu --- .../gjs/0001-Support-cross-builds-a-bit-better.patch | 10 +++++----- ...ild-Do-not-add-dir-installed-tests-when-inst.patch | 11 +++++------ .../gjs/{gjs_1.82.1.bb => gjs_1.84.1.bb} | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) rename meta-gnome/recipes-gnome/gjs/{gjs_1.82.1.bb => gjs_1.84.1.bb} (94%) diff --git a/meta-gnome/recipes-gnome/gjs/gjs/0001-Support-cross-builds-a-bit-better.patch b/meta-gnome/recipes-gnome/gjs/gjs/0001-Support-cross-builds-a-bit-better.patch index c66d42da62..ab3b85b606 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs/0001-Support-cross-builds-a-bit-better.patch +++ b/meta-gnome/recipes-gnome/gjs/gjs/0001-Support-cross-builds-a-bit-better.patch @@ -1,4 +1,4 @@ -From 8e7a25b0171eb60c802168593355354dff7806f5 Mon Sep 17 00:00:00 2001 +From b6996f3683f0a1428657636c372ef7af8d0b43ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 27 Oct 2021 20:18:47 +0200 Subject: [PATCH] Support cross builds a bit better @@ -17,7 +17,7 @@ Signed-off-by: Andreas Müller 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build -index f3081fc..ac958d3 100644 +index a969ce2..1885afc 100644 --- a/meson.build +++ b/meson.build @@ -252,6 +252,7 @@ release builds of SpiderMonkey. Try configuring SpiderMonkey with @@ -34,9 +34,9 @@ index f3081fc..ac958d3 100644 endif +endif # not meson.is_cross_build() - have_printf_alternative_int = cc.compiles(''' - #include -@@ -656,7 +658,7 @@ subdir('installed-tests') + ### Check for external programs ################################################ + +@@ -651,7 +653,7 @@ subdir('installed-tests') # Note: The test program in test/ needs to be ported # to Windows before we can build it on Windows. diff --git a/meta-gnome/recipes-gnome/gjs/gjs/0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch b/meta-gnome/recipes-gnome/gjs/gjs/0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch index bca27c33d4..9558ad75e2 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs/0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch +++ b/meta-gnome/recipes-gnome/gjs/gjs/0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch @@ -1,13 +1,12 @@ -From 6a70d3ac658988dda49d51ed8b46584b716a9c7c Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= +From d0424474da5d6b6a3360d081886c289852242378 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller=20installed=5Ftests=20is=20false?= + Date: Wed, 27 Oct 2021 20:04:02 +0200 Subject: [PATCH] meson.build: Do not add dir installed-tests when MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -From: =?UTF-8?q?Andreas=20M=C3=BCller=20installed=5Ftests=20is=20false?= - MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -24,10 +23,10 @@ Signed-off-by: Andreas Müller 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build -index ac958d3..e773508 100644 +index 1885afc..6333c06 100644 --- a/meson.build +++ b/meson.build -@@ -654,7 +654,9 @@ gi_tests = subproject('gobject-introspection-tests', +@@ -649,7 +649,9 @@ gi_tests = subproject('gobject-introspection-tests', default_options: ['werror=false', 'cairo=true', 'install_dir=@0@'.format(installed_tests_execdir)]) diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.82.1.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.84.1.bb similarity index 94% rename from meta-gnome/recipes-gnome/gjs/gjs_1.82.1.bb rename to meta-gnome/recipes-gnome/gjs/gjs_1.84.1.bb index fd4e9c6f8a..55bd38c97c 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.82.1.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.84.1.bb @@ -7,7 +7,7 @@ DEPENDS = "mozjs-128 cairo" inherit gnomebase gobject-introspection gettext features_check upstream-version-is-even pkgconfig multilib_script -SRC_URI[archive.sha256sum] = "fb39aa5636576de0e5a1171f56a1a5825e2bd1a69972fb120ba78bd109b5693c" +SRC_URI[archive.sha256sum] = "44796b91318dbbe221a13909f00fd872ef92f38c68603e0e3574e46bc6bac32c" SRC_URI += " \ file://0001-Support-cross-builds-a-bit-better.patch \ file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \ From patchwork Fri Mar 21 03:39:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 59696 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61D52C35FFF for ; Fri, 21 Mar 2025 03:39:17 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.13313.1742528354465172780 for ; Thu, 20 Mar 2025 20:39:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=JcA+K305; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1742528355; x=1774064355; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=BIgDml4VEa75G+wcHBVOoGy+Xn7IOcPaTcyUvzzbHs8=; b=JcA+K305a/qtQ9dLrm4dx6Zcz4iXroUn8XSgA8Mlq3O7FxNuH2y2T64k hOTnx77TRJJFo4xyBiBgGLkj9DaxcofCJ2eMC56VcSbAvWHM7lEVZc1Vo QeS6Dl7Wj6oMe0osH2/7GGOSrF6Oa2su0KBknf5NuGO+RLEvcfQ8Ks+8r LHeY1jqRmrcYJZ+W+npMOAx91tHD8ZyBbIcbQsUJ5wM+nUIl6CChmqJx/ Jz6KqZSS2w1FskA6f3I102PcxiK+o2HWsZcpr1feLaRogTeVh6efL7EB2 F8CtzxtiGULamVCaaWM+iEgiqy3sQ/nnKmpyXOHkDA9eUHfQO8E61obGO Q==; X-CSE-ConnectionGUID: O5xgvdZ1QaaO9qYW9zzvww== X-CSE-MsgGUID: AtLfjrdxRp2uPDm3MB0ZjA== X-IronPort-AV: E=McAfee;i="6700,10204,11379"; a="172684277" X-IronPort-AV: E=Sophos;i="6.14,263,1736780400"; d="scan'208";a="172684277" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2025 12:39:13 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 951CED6EA1 for ; Fri, 21 Mar 2025 12:39:10 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 55F74F0F66 for ; Fri, 21 Mar 2025 12:39:10 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D4E091A00AE; Fri, 21 Mar 2025 11:39:09 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 3/4] gnome-backgrounds: upgrade 47.0 -> 48.0 Date: Fri, 21 Mar 2025 11:39:01 +0800 Message-Id: <1742528342-27448-3-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1742528342-27448-1-git-send-email-wangmy@fujitsu.com> References: <1742528342-27448-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 21 Mar 2025 03:39:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116160 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{gnome-backgrounds_47.0.bb => gnome-backgrounds_48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-backgrounds/{gnome-backgrounds_47.0.bb => gnome-backgrounds_48.0.bb} (76%) diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_47.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_48.0.bb similarity index 76% rename from meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_47.0.bb rename to meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_48.0.bb index 8774750e95..d144cd0639 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_47.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_48.0.bb @@ -6,7 +6,7 @@ SECTION = "x11/gnome" inherit gnomebase gettext allarch -SRC_URI[archive.sha256sum] = "874a4a39c4261736f6a854722833400b612441c4681aa5982d90b15abc9c91fd" +SRC_URI[archive.sha256sum] = "2d6baa011ee97804c7561f7e1cbd8d4763e30b55b8818dda78f9f75afb8d8d05" FILES:${PN} += " \ ${datadir}/backgrounds \ From patchwork Fri Mar 21 03:39:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 59697 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 720EFC36005 for ; Fri, 21 Mar 2025 03:39:17 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.13312.1742528353219904353 for ; Thu, 20 Mar 2025 20:39:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=i1U7fryg; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1742528354; x=1774064354; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=oc8K45Jj/6VEsJJ72H4nZ3UQBkLA/JL71Ag7LB9H20g=; b=i1U7frygpuKYeGX134nekbP7IvC6FfOBZSc4KcTjL3jpEn9PEXieWEta wyUP4/5e90qrbI6onsRaI6gePIJyl6UL7Q3muUDqBk8n4G34Vct1iLRsH 4lFbd2MfeTCxkf0c/Mx+ykfl8kk2BKSwceP1B+nlSTSgjuM8S50KEg8al btQrXG+yGXIjrgYD71+9aYKTtezjcMQCmexj+DFnSesOjciS91MvjlEsz G9avI0m6gX0VLY3GcDTAS4mJdRr7+XpslOPUcgy1SzVPbzFfevav33y7g lv6jpuNfKkmlpkNruA3si0k84e783KTWY6LXfdaaT/zRoZVrQkeheUpb1 A==; X-CSE-ConnectionGUID: wd4pybgVSfKLdz3c5kIbPg== X-CSE-MsgGUID: o88EXEDoRqOiTK1ODqYrxg== X-IronPort-AV: E=McAfee;i="6700,10204,11379"; a="181740338" X-IronPort-AV: E=Sophos;i="6.14,263,1736780400"; d="scan'208";a="181740338" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2025 12:39:13 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 1896CB406E for ; Fri, 21 Mar 2025 12:39:11 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id CE96A13F38 for ; Fri, 21 Mar 2025 12:39:10 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5944B1A00AF; Fri, 21 Mar 2025 11:39:10 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 4/4] gnome-chess: upgrade 47.0 -> 48.0 Date: Fri, 21 Mar 2025 11:39:02 +0800 Message-Id: <1742528342-27448-4-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1742528342-27448-1-git-send-email-wangmy@fujitsu.com> References: <1742528342-27448-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 21 Mar 2025 03:39:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116158 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../gnome-chess/{gnome-chess_47.0.bb => gnome-chess_48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-chess/{gnome-chess_47.0.bb => gnome-chess_48.0.bb} (94%) diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb similarity index 94% rename from meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb rename to meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb index 47c412d75e..0e41626e6d 100644 --- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb +++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb @@ -29,6 +29,6 @@ inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check GIR_MESON_OPTION = "" S = "${WORKDIR}/git" -SRCREV = "91476257c2404945bfa30238c38391343bf4737b" +SRCREV = "b0bf5288438f74fcb455e1e49f855b4964a2c7cb" FILES:${PN} += "${datadir}"