diff options
author | Dengke Du <dengke.du@windriver.com> | 2017-07-20 22:30:50 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 11:12:44 +0100 |
commit | b38e8165330f76b422f4ad15aabcf93dd9458360 (patch) | |
tree | d693777c59a16dc8561ea48f8e3218018dedc1a4 /meta/recipes-devtools | |
parent | 0ffa0ae5e75b4d17546022c31527d0aa42ee91ce (diff) | |
download | poky-b38e8165330f76b422f4ad15aabcf93dd9458360.tar.gz |
bison: reduce local pending patches
(From OE-Core rev: 119dd0889f34d88a5261383d743709db32bf3a1b)
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch b/meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch index 9543a56f1e..1e86f55220 100644 --- a/meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch +++ b/meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 3a15f7c9ace6c0294edc313a1848cafcc31b2a92 Mon Sep 17 00:00:00 2001 | 1 | From 5b9204eee4b06b48d54ecc3ef3a0b56fc5cc84f8 Mon Sep 17 00:00:00 2001 |
2 | From: Robert Yang <liezhi.yang@windriver.com> | 2 | From: Robert Yang <liezhi.yang@windriver.com> |
3 | Date: Fri, 24 Apr 2015 00:38:32 -0700 | 3 | Date: Fri, 24 Apr 2015 00:38:32 -0700 |
4 | Subject: [PATCH] src/local.mk: fix parallel issue | 4 | Subject: [PATCH] src/local.mk: fix parallel issue |
@@ -9,11 +9,12 @@ echo '#! /bin/sh' >src/yacc.tmp | |||
9 | /bin/bash: src/yacc.tmp: No such file or directory | 9 | /bin/bash: src/yacc.tmp: No such file or directory |
10 | Makefile:6670: recipe for target 'src/yacc' failed | 10 | Makefile:6670: recipe for target 'src/yacc' failed |
11 | 11 | ||
12 | Upstream-Status: Pending | 12 | Upstream-Status: Submitted [ http://lists.gnu.org/archive/html/bison-patches/2017-07/msg00000.html ] |
13 | 13 | ||
14 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | 14 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> |
15 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | ||
15 | --- | 16 | --- |
16 | src/local.mk | 1 + | 17 | src/local.mk | 1 + |
17 | 1 file changed, 1 insertion(+) | 18 | 1 file changed, 1 insertion(+) |
18 | 19 | ||
19 | diff --git a/src/local.mk b/src/local.mk | 20 | diff --git a/src/local.mk b/src/local.mk |
@@ -29,5 +30,5 @@ index 573ad00..28bfae4 100644 | |||
29 | $(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@.tmp | 30 | $(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@.tmp |
30 | $(AM_V_at)chmod a+x $@.tmp | 31 | $(AM_V_at)chmod a+x $@.tmp |
31 | -- | 32 | -- |
32 | 1.7.9.5 | 33 | 2.8.1 |
33 | 34 | ||