summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/at
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-01-11 13:58:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 11:54:49 +0000
commitae73be1d4a4382f034bcacdaeb6a22f4d5a7039b (patch)
tree18ab0e1da4f90f3fa2d6d7d99a1b71f48f5f95ee /meta/recipes-extended/at/at
parent21efab7b2f8702ef9c75b1c13650a92b41b892ca (diff)
downloadpoky-ae73be1d4a4382f034bcacdaeb6a22f4d5a7039b.tar.gz
at: upgrade to 3.18
(From OE-Core rev: c0f613564a0f895f5c3652601f0947ad7495ac81) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/at/at')
-rw-r--r--meta/recipes-extended/at/at/fix_parallel_build_error.patch21
1 files changed, 14 insertions, 7 deletions
diff --git a/meta/recipes-extended/at/at/fix_parallel_build_error.patch b/meta/recipes-extended/at/at/fix_parallel_build_error.patch
index 66ff3e1c11..100f8898e0 100644
--- a/meta/recipes-extended/at/at/fix_parallel_build_error.patch
+++ b/meta/recipes-extended/at/at/fix_parallel_build_error.patch
@@ -13,16 +13,23 @@ Upstream-Status: Pending
13 13
14Signed-off-by: Scott Garman <scott.a.garman@intel.com> 14Signed-off-by: Scott Garman <scott.a.garman@intel.com>
15 15
16Index: at-3.1.12/Makefile.in 16---
17=================================================================== 17 Makefile.in | 2 ++
18--- at-3.1.12.orig/Makefile.in 18 1 file changed, 2 insertions(+)
19+++ at-3.1.12/Makefile.in 19
20@@ -83,6 +83,8 @@ y.tab.c y.tab.h: parsetime.y 20diff --git a/Makefile.in b/Makefile.in
21index dd3c2f8..7897e45 100644
22--- a/Makefile.in
23+++ b/Makefile.in
24@@ -82,6 +82,8 @@ y.tab.c y.tab.h: parsetime.y
21 lex.yy.c: parsetime.l 25 lex.yy.c: parsetime.l
22 $(LEX) -i parsetime.l 26 $(LEX) -i parsetime.l
23 27
24+parsetime.l: y.tab.h 28+parsetime.l: y.tab.h
25+ 29+
26 atrun: atrun.in 30 atd.service: atd.service.in
27 configure 31 sed -e 's![@]sbindir[@]!$(sbindir)!g' < $< > $@
28 32
33--
341.9.1
35