diff mbox series

[meta-openembedded,master,13/24] python3-arrow: extend recipe for native/nativesdk builds

Message ID 20260315133441.3034831-14-deeratho@cisco.com
State New
Headers show
Series Pull request (Cover letter only) | expand

Commit Message

Deepak Rathore March 15, 2026, 1:34 p.m. UTC
From: Deepak Rathore <deeratho@cisco.com>

Some SDK dependency chains require python3-arrow to be available
as host/SDK artifacts. The current metadata only partially provides this,
which can lead to dependency resolution failures when this recipe is pulled
into SDK-oriented builds.

This change does not alter target package behavior; it only enables required
native/nativesdk variants for build and SDK integration paths.

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
---
 meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb b/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
index a967f9e429..2c96704426 100644
--- a/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
@@ -26,3 +26,4 @@  RDEPENDS:${PN} += " \
     python3-dateutil \
     python3-tzdata \
 "
+BBCLASSEXTEND += "native nativesdk"