From 45ce20dd52926a5bd045bd6206988c9b69cf22ee Mon Sep 17 00:00:00 2001 From: Libo Chen Date: Wed, 24 Sep 2025 14:49:34 +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: Khem Raj --- .../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 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 do_install:append() { rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__ } + +BBCLASSEXTEND = "native nativesdk"