mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
739baff583
commit
d9609eeb8f
@@ -28,3 +28,5 @@ RDEPENDS:${PN}-ptest += " \
|
|||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user