aboutsummaryrefslogtreecommitdiffstats
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-13 00:03:54 +0000
commitc0f613564a0f895f5c3652601f0947ad7495ac81 (patch)
tree83ba2f7114fba67d4ad5dcc9b9a8497deb801830 /meta/recipes-extended/at/at
parentef0b5521c1d292ca0e5be2408ea85fc8d999a459 (diff)
downloadopenembedded-core-contrib-c0f613564a0f895f5c3652601f0947ad7495ac81.tar.gz
at: upgrade to 3.18
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
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
-Index: at-3.1.12/Makefile.in
-===================================================================
---- at-3.1.12.orig/Makefile.in
-+++ at-3.1.12/Makefile.in
-@@ -83,6 +83,8 @@ y.tab.c y.tab.h: parsetime.y
+---
+ Makefile.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Makefile.in b/Makefile.in
+index dd3c2f8..7897e45 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -82,6 +82,8 @@ y.tab.c y.tab.h: parsetime.y
lex.yy.c: parsetime.l
$(LEX) -i parsetime.l
+parsetime.l: y.tab.h
+
- atrun: atrun.in
- configure
+ atd.service: atd.service.in
+ sed -e 's![@]sbindir[@]!$(sbindir)!g' < $< > $@
+--
+1.9.1
+