From: Ross Burton Date: Wed, 3 May 2023 12:52:43 +0000 (+0100) Subject: spirv-tools: remove redundant python3native inherit X-Git-Tag: uninative-3.10~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dafb93e64ea59a970d1932ce42eaed5b9419dfbb;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git spirv-tools: remove redundant python3native inherit Python is needed at build-time, but the host Python is sufficient. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb index 44ffc72b08d..c57acc5a116 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb @@ -17,7 +17,7 @@ PE = "1" UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" -inherit cmake python3native +inherit cmake DEPENDS = "spirv-headers"