mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
spirv-tools: python3 is need not only for the tests
commit acf109c1a1 remove the python3native
when disabling the tests but python is needed not only for the tests,
so re add it.
(From OE-Core rev: a8ab739e054375c0343a3449be335cdc92d0836c)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0bda83333e
commit
e1b3e5d4f1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user