mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 05:32:58 +00:00
spirv-tools: python3 is need not only for the tests
commit acf109c1a1a30907f7401f6225fcbfb5f2e39a58 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:
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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user