summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/at/fix_parallel_build_error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/at/at/fix_parallel_build_error.patch')
-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