diff options
author | Ross Burton <ross.burton@arm.com> | 2023-05-03 13:52:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-05 11:07:26 +0100 |
commit | a47d7ba1af1de81365ce9519844f199217ccc653 (patch) | |
tree | 2c28f9e45eadc240b3f6a965ef3cc0141a61ad47 /meta/recipes-graphics | |
parent | 31336dd15b5caf42d0bf88e2dba20e9539769d23 (diff) | |
download | poky-a47d7ba1af1de81365ce9519844f199217ccc653.tar.gz |
spirv-tools: remove redundant python3native inherit
Python is needed at build-time, but the host Python is sufficient.
(From OE-Core rev: dafb93e64ea59a970d1932ce42eaed5b9419dfbb)
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb index 44ffc72b08..c57acc5a11 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb | |||
@@ -17,7 +17,7 @@ PE = "1" | |||
17 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | inherit cmake python3native | 20 | inherit cmake |
21 | 21 | ||
22 | DEPENDS = "spirv-headers" | 22 | DEPENDS = "spirv-headers" |
23 | 23 | ||