From patchwork Thu Dec 9 02:02:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 104 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 7986CC4332F for ; Thu, 9 Dec 2021 02:02:34 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web09.6063.1639015353970368926 for ; Wed, 08 Dec 2021 18:02:34 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: anuj.mittal@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10192"; a="238222363" X-IronPort-AV: E=Sophos;i="5.88,190,1635231600"; d="scan'208";a="238222363" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2021 18:02:33 -0800 X-IronPort-AV: E=Sophos;i="5.88,190,1635231600"; d="scan'208";a="750125198" Received: from chuenong-mobl.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.215.229.15]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2021 18:02:32 -0800 From: Anuj Mittal To: bitbake-devel@lists.openembedded.org Subject: [1.52][PATCH 0/1] Review request Date: Thu, 9 Dec 2021 10:02:27 +0800 Message-Id: X-Mailer: git-send-email 2.33.1 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 ; Thu, 09 Dec 2021 02:02:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/bitbake-devel/message/13145 Please review and merge these for 1.52. No problems seen in testing. Thanks, Anuj The following changes since commit 44a83b373e1fc34c93cd4a6c6cf8b73b230c1520: fetch2: Fix url remap issue and add testcase (2021-11-24 10:08:18 +0000) are available in the Git repository at: git://push.openembedded.org/bitbake-contrib stable/1.52-next Robert Yang (1): data_smart.py: Skip old override syntax checking for anonymous functions lib/bb/data_smart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)