diff options
author | Libo Chen <libo.chen.cn@windriver.com> | 2025-09-24 14:49:34 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-24 10:54:43 -0700 |
commit | 45ce20dd52926a5bd045bd6206988c9b69cf22ee (patch) | |
tree | 3faf4861708fc2f5b6f5ad13a519ed568a240a7b /meta-python | |
parent | b9fc1c079bc03cf09fd2b1504db81542f47eeec0 (diff) | |
download | meta-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.bb | 2 |
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 | |||
15 | do_install:append() { | 15 | do_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 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||