summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/puzzles_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-08 16:02:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-11 10:08:12 +0000
commit4f62a09c6ecf5f7abd72712fdd7dcdb8455a1b8a (patch)
tree618857d0fb97b56e9923400305ad9bf9b9fbc860 /meta/recipes-sato/puzzles/puzzles_git.bb
parentc55b6ce9ed74fc11e97a8ab27b12fd33c0cf77be (diff)
downloadpoky-4f62a09c6ecf5f7abd72712fdd7dcdb8455a1b8a.tar.gz
puzzles: Check for excessive constant arguments
Fixes an issue found with LTO builds (From OE-Core rev: 4698e7868b34f6d0676842340659fb3a5f58d532) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/puzzles/puzzles_git.bb')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index a0f3b5d9cd..8e4d5b3349 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -14,6 +14,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \
14 file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \ 14 file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \
15 file://0001-pattern.c-Change-string-lenght-parameter-to-be-size_.patch \ 15 file://0001-pattern.c-Change-string-lenght-parameter-to-be-size_.patch \
16 file://fix-ki-uninitialized.patch \ 16 file://fix-ki-uninitialized.patch \
17 file://0001-malloc-Check-for-excessive-values-to-malloc.patch \
17 " 18 "
18 19
19UPSTREAM_CHECK_COMMITS = "1" 20UPSTREAM_CHECK_COMMITS = "1"