summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/puzzles_r10116.bb
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-03-15 12:02:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 23:56:04 +0000
commitd342810cd545accffe26c218e4fa80431802185f (patch)
tree83260bdc986ce88db1996896b84292794886b1a8 /meta/recipes-sato/puzzles/puzzles_r10116.bb
parent4add6e3a3bf2796c74e5e818dad9b31f4dbccba4 (diff)
downloadpoky-d342810cd545accffe26c218e4fa80431802185f.tar.gz
puzzles: Fix build in x32 ABI
Add patch for make castings to time_t values that are long long int in x32 ABI. [YOCTO #7447] (From OE-Core rev: fc5717a7a5828eaf07d96b7c5c6eae7a79bb5114) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/puzzles/puzzles_r10116.bb')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r10116.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r10116.bb b/meta/recipes-sato/puzzles/puzzles_r10116.bb
index 6ee4d962b2..3bc2c85bb1 100644
--- a/meta/recipes-sato/puzzles/puzzles_r10116.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r10116.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc"
9 9
10SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV} \ 10SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV} \
11 file://fix-compiling-failure-with-option-g-O.patch \ 11 file://fix-compiling-failure-with-option-g-O.patch \
12 file://puzzles_x32_abi_time.patch \
12" 13"
13 14
14S = "${WORKDIR}/${BPN}" 15S = "${WORKDIR}/${BPN}"