From d9609eeb8fe7f39c2c9a2fa60ddb7d9ec2e062fa Mon Sep 17 00:00:00 2001 From: Libo Chen Date: Thu, 25 Sep 2025 09:22:54 +0800 Subject: [PATCH] python3-gpt-image: Add native and nativesdk targets to the build Add the native and nativesdk to the recipe. Signed-off-by: Libo Chen Signed-off-by: Gyorgy Sarvari --- .../python3-gpt-image/python3-gpt-image_0.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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 01e8091f6f..13743174b4 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 @@ -28,3 +28,5 @@ RDEPENDS:${PN}-ptest += " \ do_install:append() { rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__ } + +BBCLASSEXTEND = "native nativesdk"