summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/puzzles_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-09-07 09:06:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 22:48:40 +0100
commit60a57c7f146cfa3456eb0f2c79dafcea548e2493 (patch)
treecb6b1d6f1afb86bac21af266813ed4d4f80e4197 /meta/recipes-sato/puzzles/puzzles_git.bb
parentdecbbac612d45f92e5675a9fecfd60a236032d51 (diff)
downloadpoky-60a57c7f146cfa3456eb0f2c79dafcea548e2493.tar.gz
puzzles: Fix build with clang
Clang uncovered an error where abs() is used on long types, we shoud be using labs() (From OE-Core rev: cb92ac5389ed3cecf13158a0150e211b5392aba7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.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 11e922511c..95826c1b60 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc"
11 11
12SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ 12SRC_URI = "git://git.tartarus.org/simon/puzzles.git \
13 file://fix-compiling-failure-with-option-g-O.patch \ 13 file://fix-compiling-failure-with-option-g-O.patch \
14 file://0001-Use-labs-instead-of-abs.patch \
14" 15"
15SRCREV = "c296301a06ce49b87c954c9d15452521dfeddf1a" 16SRCREV = "c296301a06ce49b87c954c9d15452521dfeddf1a"
16PE = "1" 17PE = "1"