From a8ab739e054375c0343a3449be335cdc92d0836c Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Sun, 14 Mar 2021 12:53:43 +0000 Subject: [PATCH] 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. Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie --- meta/recipes-graphics/spir/spirv-tools_2020.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/spir/spirv-tools_2020.6.bb b/meta/recipes-graphics/spir/spirv-tools_2020.6.bb index ea89766e92..bfd5d7932b 100644 --- a/meta/recipes-graphics/spir/spirv-tools_2020.6.bb +++ b/meta/recipes-graphics/spir/spirv-tools_2020.6.bb @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git \ UPSTREAM_CHECK_GITTAGREGEX = "^v(?P\d+(\.\d+)+)$" S = "${WORKDIR}/git" -inherit cmake +inherit cmake python3native DEPENDS = "spirv-headers" -- 2.40.1