]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
spirv-tools: remove redundant python3native inherit
authorRoss Burton <ross.burton@arm.com>
Wed, 3 May 2023 12:52:43 +0000 (13:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 May 2023 10:07:21 +0000 (11:07 +0100)
Python is needed at build-time, but the host Python is sufficient.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb

index 44ffc72b08d2eb18eeaecc60911661f77c3a0adc..c57acc5a1169940834172499c90477b5ed8bc780 100644 (file)
@@ -17,7 +17,7 @@ PE = "1"
 UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
 S = "${WORKDIR}/git"
 
-inherit cmake python3native
+inherit cmake
 
 DEPENDS = "spirv-headers"