From patchwork Fri Oct 13 08:55:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 32094 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 BEC19CDB47E for ; Fri, 13 Oct 2023 08:55:58 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.34280.1697187355362298774 for ; Fri, 13 Oct 2023 01:55:55 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="136043538" X-IronPort-AV: E=Sophos;i="6.03,221,1694703600"; d="scan'208";a="136043538" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 17:55:53 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id A6186DB3C3 for ; Fri, 13 Oct 2023 17:55:50 +0900 (JST) Received: from kws-ab3.gw.nic.fujitsu.com (kws-ab3.gw.nic.fujitsu.com [192.51.206.21]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id E3CCDCF7EC for ; Fri, 13 Oct 2023 17:55:49 +0900 (JST) Received: from vm4860.g01.fujitsu.local (unknown [10.193.128.52]) by kws-ab3.gw.nic.fujitsu.com (Postfix) with ESMTP id 307FE20050184; Fri, 13 Oct 2023 17:55:49 +0900 (JST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH] btrfs-tools: upgrade 6.5.1 -> 6.5.2 Date: Fri, 13 Oct 2023 16:55:31 +0800 Message-Id: <1697187331-3931-1-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSS-9.1.0.1417-9.0.0.1002-27932.006 X-TM-AS-User-Approved-Sender: Yes X-TMASE-Version: IMSS-9.1.0.1417-9.0.1002-27932.006 X-TMASE-Result: 10--2.848800-10.000000 X-TMASE-MatchedRID: 6e3s/u+cBDSjz0nOeth/yQPZZctd3P4B1cuIRwt/4MiysPB8dBBorXKn 6DBj/gsEIvrftAIhWmJIgEe/0Z35VnDICbPFvtnTqhcdnP91eXGUpb//ZJZA4sEguqiGeZ5Jo8W MkQWv6iV3LAytsQR4e1cppCzPq+1UxlblqLlYqXLYkdoSr0nVlHjZXssr4KDuZhQ+frfBqnbSWz mfOBpcWYhKv4FFhov2nId/svRhkx7ma11IHyhx0K3j39r5KmyH4yLTI1VF4lb+v9v52ZIoWjoAf 389xF3XFSk9HhUZnw7OGIWnws4LoyHWPYzouJUy X-TMASE-SNAP-Result: 1.821001.0001-0-1-22:0,33:0,34:0-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, 13 Oct 2023 08:55:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189031 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../btrfs-tools/{btrfs-tools_6.5.1.bb => btrfs-tools_6.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.5.1.bb => btrfs-tools_6.5.2.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.2.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.1.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.2.bb index 527e13d08e..2d3f70118d 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.2.bb @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -SRCREV = "92d04d4780886a9850716e5529f1dace97779931" +SRCREV = "546edf535ddecae480a51306e4d08f5dbd4e3ea7" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \