From patchwork Tue Nov 21 01:34:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 34917 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 2747BC61D88 for ; Tue, 21 Nov 2023 01:35:06 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.24989.1700530494336755570 for ; Mon, 20 Nov 2023 17:35:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=P8M1qwQy; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700530501; x=1732066501; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=J4EX3bEzGuDcrs1DqiqCUKXQdzmdi+tCcz48x1rqnxY=; b=P8M1qwQy0Uv4CSh8wut0o3/0vbNaOZep1dYFr890MkjlIcLAQITOgBYL ElJzwkqKeZedTl7NllmLtu4LD6JAJQcpwHvZcZSMHqPF7VH5bqEQbh6qj 7Q3p4ctVZEtsSwg3xNGf5kEEAQJHYI0leL5VRYonYIbCgKJC/A/DCNcor Qt8qYuMTarMzxunlsQnuIdXE36zpFfpfqa+4em/4mqPHIWGE7WOheNrHo qLqKQrWpkar6fFBkIvu0KTWXjZaobaS1SyFK418HUojWHjTEa+R7/Yp0x 9YkL/QIMpLSGH5Q6AJ7ZxFXdNSk7iXl+0PArT5wq28yQHx99ePi3R7g3X g==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="394584384" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="394584384" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="939952176" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="939952176" Received: from unknown (HELO anmitta2-mobl3.png.intel.com) ([10.107.4.247]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 17:35:00 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 08/11] puzzles: upgrade to latest revision Date: Tue, 21 Nov 2023 09:34:45 +0800 Message-ID: <20231121013448.8478-8-anuj.mittal@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231121013448.8478-1-anuj.mittal@intel.com> References: <20231121013448.8478-1-anuj.mittal@intel.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 ; Tue, 21 Nov 2023 01:35:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190947 Signed-off-by: Anuj Mittal --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index d7089ef95db..d0a9af7cb67 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https" UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "2d9e414ee316b37143954150016e8f4f18358497" +SRCREV = "96d65e852cea8a95001fa70e3ec2996d4ea5e2b4" PE = "2" PV = "0.0+git"