From patchwork Tue May 13 12:45:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Fancellu X-Patchwork-Id: 62858 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 3CDA2C3ABC3 for ; Tue, 13 May 2025 12:45:42 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.75058.1747140338718931262 for ; Tue, 13 May 2025 05:45:38 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: luca.fancellu@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 256151688 for ; Tue, 13 May 2025 05:45:27 -0700 (PDT) Received: from e125770.cambridge.arm.com (e125770.arm.com [10.1.199.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BF9873F5A1 for ; Tue, 13 May 2025 05:45:37 -0700 (PDT) From: Luca Fancellu To: openembedded-core@lists.openembedded.org Subject: [meta-python][PATCH] python3-rich: Add native and nativesdk target to the build Date: Tue, 13 May 2025 13:45:26 +0100 Message-Id: <20250513124526.4072552-1-luca.fancellu@arm.com> X-Mailer: git-send-email 2.34.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 ; Tue, 13 May 2025 12:45:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216419 Add the native and nativesdk target to the recipe. Signed-off-by: Luca Fancellu --- meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb b/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb index 95c0fd8a7546..8a4d6b843e7a 100644 --- a/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb +++ b/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb @@ -17,3 +17,5 @@ RDEPENDS:${PN} = "python3-html \ python3-pygments \ python3-unixadmin \ " + +BBCLASSEXTEND = "native nativesdk"