From cb92ac5389ed3cecf13158a0150e211b5392aba7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 7 Sep 2015 09:06:10 +0000 Subject: puzzles: Fix build with clang Clang uncovered an error where abs() is used on long types, we shoud be using labs() Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- meta/recipes-sato/puzzles/puzzles_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-sato/puzzles/puzzles_git.bb') 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" 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 \ " SRCREV = "c296301a06ce49b87c954c9d15452521dfeddf1a" PE = "1" -- cgit 1.2.3-korg