diff mbox series

[meta-oe,walnascar] python3-gpt-image: Add native and nativesdk targets to the build

Message ID 20250925012254.1171382-1-libo.chen.cn@windriver.com
State New
Headers show
Series [meta-oe,walnascar] python3-gpt-image: Add native and nativesdk targets to the build | expand

Commit Message

Chen, Libo (CN) Sept. 25, 2025, 1:22 a.m. UTC
From: Libo Chen <libo.chen.cn@windriver.com>

Add the native and nativesdk to the recipe.

Signed-off-by: Libo Chen <libo.chen.cn@windriver.com>
---
 .../python3-gpt-image/python3-gpt-image_0.9.0.bb                | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb
index 01e8091f6f..13743174b4 100644
--- a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb
+++ b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb
@@ -28,3 +28,5 @@  RDEPENDS:${PN}-ptest += " \
 do_install:append() {
 	rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__
 }
+
+BBCLASSEXTEND = "native nativesdk"