summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLibo Chen <libo.chen.cn@windriver.com>2025-09-24 14:49:34 +0800
committerKhem Raj <raj.khem@gmail.com>2025-09-24 10:54:43 -0700
commit45ce20dd52926a5bd045bd6206988c9b69cf22ee (patch)
tree3faf4861708fc2f5b6f5ad13a519ed568a240a7b /meta-python
parentb9fc1c079bc03cf09fd2b1504db81542f47eeec0 (diff)
downloadmeta-openembedded-45ce20dd52926a5bd045bd6206988c9b69cf22ee.tar.gz
python3-gpt-image: Add native and nativesdk targets to the build
Add the native and nativesdk to the recipe. Signed-off-by: Libo Chen <libo.chen.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb2
1 files changed, 2 insertions, 0 deletions
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
15do_install:append() { 15do_install:append() {
16 rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__ 16 rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__
17} 17}
18
19BBCLASSEXTEND = "native nativesdk"