diff mbox series

[openembedded-core,master,3/7] python3-pyelftools: extend recipe for native/nativesdk builds

Message ID 20260315125948.3002743-4-deeratho@cisco.com
State Under Review
Headers show
Series Pull request (cover letter only) | expand

Commit Message

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

Some SDK dependency chains require python3-pyelftools 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/recipes-devtools/python/python3-pyelftools_0.32.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.32.bb b/meta/recipes-devtools/python/python3-pyelftools_0.32.bb
index 447c8ad6af..eb555ed0c7 100644
--- a/meta/recipes-devtools/python/python3-pyelftools_0.32.bb
+++ b/meta/recipes-devtools/python/python3-pyelftools_0.32.bb
@@ -10,6 +10,6 @@  PYPI_PACKAGE = "pyelftools"
 
 inherit pypi python_setuptools_build_meta
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
 
 RDEPENDS:${PN} += "python3-debugger python3-pprint python3-logging"