]> code.ossystems Code Review - openembedded-core.git/commitdiff
spirv-tools: python3 is need not only for the tests
authorJose Quaresma <quaresma.jose@gmail.com>
Sun, 14 Mar 2021 12:53:43 +0000 (12:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Mar 2021 18:50:05 +0000 (18:50 +0000)
commit acf109c1a1a30907f7401f6225fcbfb5f2e39a58 remove the python3native
when disabling the tests but python is needed not only for the tests,
so re add it.

Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/spir/spirv-tools_2020.6.bb

index ea89766e922b4cca1e914af984ca2acdbcaa7ba3..bfd5d7932b3b0d31bb924181aa06de13e716c538 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git \
 UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$"
 S = "${WORKDIR}/git"
 
-inherit cmake
+inherit cmake python3native
 
 DEPENDS = "spirv-headers"