summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/puzzles_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-02-27 14:14:11 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-01 11:12:16 +0000
commit671beb4de74de732ef707c15748c7d24d4651ad7 (patch)
treeacca94bd84ff2966c3571c0fd7dd1f41ca5e0457 /meta/recipes-sato/puzzles/puzzles_git.bb
parente7dc30cefd8d408cbd8730ab4efde5bf8b681bb1 (diff)
downloadpoky-671beb4de74de732ef707c15748c7d24d4651ad7.tar.gz
puzzles: Fix stringop-overflow warning
gcc11 is pedantic about it and finds a case where this maybe used uninitialized (From OE-Core rev: 06f298e6d1777093b61baef3873813a809b010bd) 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 5b65cf8655..ecc2b9844d 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -15,6 +15,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \
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 file://0001-malloc-Check-for-excessive-values-to-malloc.patch \
18 file://0001-map-Fix-stringop-overflow-warning.patch \
18 " 19 "
19 20
20UPSTREAM_CHECK_COMMITS = "1" 21UPSTREAM_CHECK_COMMITS = "1"