mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
puzzles: Zero'ise structs before use
Fixes build failures with musl where gcc5 flags it used before initialized. (From OE-Core rev: dda96dbb3e4cd83fe6b8fd8370c8ca2a737cc078) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc"
|
||||
SRC_URI = "git://git.tartarus.org/simon/puzzles.git \
|
||||
file://fix-compiling-failure-with-option-g-O.patch \
|
||||
file://0001-Use-labs-instead-of-abs.patch \
|
||||
file://0001-rect-Fix-compiler-errors-about-uninitialized-use-of-.patch \
|
||||
"
|
||||
SRCREV = "346584bf6e38232be8773c24fd7dedcbd7b3d9ed"
|
||||
PE = "1"
|
||||
|
||||
Reference in New Issue
Block a user