From 3e11b6c2ed84212729f3cd01fe368f280dab63f7 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Thu, 17 Oct 2024 17:00:27 +0000 Subject: [PATCH] python3-ruamel-yaml-clib: allow only as native recipe (cherry picked from commit 756b01e87f0c6bc23602d219e33417f9ae154e3b) --- ...clib_0.2.8.bb => python3-ruamel-yaml-clib-native_0.2.8.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename recipes-devtools/python/{python3-ruamel-yaml-clib_0.2.8.bb => python3-ruamel-yaml-clib-native_0.2.8.bb} (95%) diff --git a/recipes-devtools/python/python3-ruamel-yaml-clib_0.2.8.bb b/recipes-devtools/python/python3-ruamel-yaml-clib-native_0.2.8.bb similarity index 95% rename from recipes-devtools/python/python3-ruamel-yaml-clib_0.2.8.bb rename to recipes-devtools/python/python3-ruamel-yaml-clib-native_0.2.8.bb index 9f4a57ef4..969d11aed 100644 --- a/recipes-devtools/python/python3-ruamel-yaml-clib_0.2.8.bb +++ b/recipes-devtools/python/python3-ruamel-yaml-clib-native_0.2.8.bb @@ -28,7 +28,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1debc1593104ded7e88b0ac5659af552" PYPI_PACKAGE = "ruamel.yaml.clib" -inherit pypi setuptools3 +inherit pypi setuptools3 native SRC_URI[sha256sum] = "beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512" @@ -41,5 +41,3 @@ RDEPENDS:${PN} += "\ do_install:prepend() { export RUAMEL_NO_PIP_INSTALL_CHECK=1 } - -BBCLASSEXTEND = "native nativesdk"