diff mbox series

[v2,7/7] spirv-tools: Update to 1.3.224.0

Message ID 20220816165857.2342796-7-raj.khem@gmail.com
State New
Headers show
Series [1/7] boost: Compile out stdlib unary/binary_functions for c++11 and newer | expand

Commit Message

Khem Raj Aug. 16, 2022, 4:58 p.m. UTC
Fixes build with clang

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Drop uprev of vulkan-headers recipe, there was no change

 .../spir/{spirv-tools_1.3.216.0.bb => spirv-tools_1.3.224.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/spir/{spirv-tools_1.3.216.0.bb => spirv-tools_1.3.224.0.bb} (96%)

Comments

Alexander Kanavin Aug. 16, 2022, 5:03 p.m. UTC | #1
On Tue, 16 Aug 2022 at 18:59, Khem Raj <raj.khem@gmail.com> wrote:
> -SRCREV = "c94501352d545e84c821ce031399e76d1af32d18"
> +SRCREV = "5e61ea2098220059e89523f1f47b0bcd8c33b89a"

Sorry but this does not address my previous feedback. There is no
1.3.224 version released so this is effectively a random development
snapshot, and vulkan items need to be all upgraded in lockstep to the
same version. If you need a clang fix, please backport it.

Alex
Khem Raj Aug. 16, 2022, 5:29 p.m. UTC | #2
On Tue, Aug 16, 2022 at 10:03 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> On Tue, 16 Aug 2022 at 18:59, Khem Raj <raj.khem@gmail.com> wrote:
> > -SRCREV = "c94501352d545e84c821ce031399e76d1af32d18"
> > +SRCREV = "5e61ea2098220059e89523f1f47b0bcd8c33b89a"
>
> Sorry but this does not address my previous feedback. There is no
> 1.3.224 version released so this is effectively a random development
> snapshot, and vulkan items need to be all upgraded in lockstep to the
> same version. If you need a clang fix, please backport it.
>

lets drop it. I will send a targetted backport of a fix I need.

> Alex
Alexander Kanavin Aug. 16, 2022, 5:46 p.m. UTC | #3
Thanks!

Alex

On Tue, 16 Aug 2022 at 19:30, Khem Raj <raj.khem@gmail.com> wrote:
>
> On Tue, Aug 16, 2022 at 10:03 AM Alexander Kanavin
> <alex.kanavin@gmail.com> wrote:
> >
> > On Tue, 16 Aug 2022 at 18:59, Khem Raj <raj.khem@gmail.com> wrote:
> > > -SRCREV = "c94501352d545e84c821ce031399e76d1af32d18"
> > > +SRCREV = "5e61ea2098220059e89523f1f47b0bcd8c33b89a"
> >
> > Sorry but this does not address my previous feedback. There is no
> > 1.3.224 version released so this is effectively a random development
> > snapshot, and vulkan items need to be all upgraded in lockstep to the
> > same version. If you need a clang fix, please backport it.
> >
>
> lets drop it. I will send a targetted backport of a fix I need.
>
> > Alex
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.216.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.224.0.bb
similarity index 96%
rename from meta/recipes-graphics/spir/spirv-tools_1.3.216.0.bb
rename to meta/recipes-graphics/spir/spirv-tools_1.3.224.0.bb
index eb907326c43..cfea28a6efe 100644
--- a/meta/recipes-graphics/spir/spirv-tools_1.3.216.0.bb
+++ b/meta/recipes-graphics/spir/spirv-tools_1.3.224.0.bb
@@ -7,7 +7,7 @@  SECTION = "graphics"
 LICENSE  = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "c94501352d545e84c821ce031399e76d1af32d18"
+SRCREV = "5e61ea2098220059e89523f1f47b0bcd8c33b89a"
 SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=master;protocol=https"
 PE = "1"
 UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"