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"