diff mbox series

python3-gpt-image: Add native and nativesdk targets to the build

Message ID 20250924064934.1783193-1-libo.chen.cn@windriver.com
State New
Headers show
Series python3-gpt-image: Add native and nativesdk targets to the build | expand

Commit Message

Chen, Libo (CN) Sept. 24, 2025, 6:49 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 941d92f55b..a4870de113 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
@@ -15,3 +15,5 @@  inherit pypi python3native python_setuptools_build_meta ptest-python-pytest
 do_install:append() {
 	rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__
 }
+
+BBCLASSEXTEND = "native nativesdk"