mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:45:05 +00:00
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>
This commit is contained in:
parent
b9fc1c079b
commit
45ce20dd52
@ -15,3 +15,5 @@ inherit pypi python3native python_setuptools_build_meta ptest-python-pytest
|
|||||||
do_install:append() {
|
do_install:append() {
|
||||||
rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__
|
rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user