Re: [OE-core] [PATCH] spirv-tools: Replace strncpy with memcpy

2021-02-27 Thread Andre McCurdy
On Sat, Feb 27, 2021 at 12:18 AM Khem Raj wrote: > > Fixes warnings produced with gcc 11 > > Signed-off-by: Khem Raj > --- > .../files/0001-fix-strncpy-bound-error.patch | 30 +++ > .../spir/spirv-tools_2020.6.bb| 4 ++- > 2 files changed, 33 insertions(+), 1 de

[OE-core] [PATCH] spirv-tools: Replace strncpy with memcpy

2021-02-27 Thread Khem Raj
Fixes warnings produced with gcc 11 Signed-off-by: Khem Raj --- .../files/0001-fix-strncpy-bound-error.patch | 30 +++ .../spir/spirv-tools_2020.6.bb| 4 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-graphics/spir/files/0