diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-28 22:29:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-30 23:04:16 +0100 |
commit | a185a09b2600c97d33dec33b99f87ac4e73412b2 (patch) | |
tree | 5bee694d1f5017622d18774d1c83a159bb580b62 /meta/recipes-devtools/bison/bison_3.0.4.bb | |
parent | 43a60facf66f343ea5fc936bdd7fde65fa6e1714 (diff) | |
download | poky-a185a09b2600c97d33dec33b99f87ac4e73412b2.tar.gz |
bison: fix parallel issue
Fixed:
rm -f src/yacc src/yacc.tmp
echo '#! /bin/sh' >src/yacc.tmp
/bin/bash: src/yacc.tmp: No such file or directory
Makefile:6670: recipe for target 'src/yacc' failed
(From OE-Core rev: 2d51e2ff2f77fc6b14e50bd3a32998953d809a48)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison/bison_3.0.4.bb')
-rw-r--r-- | meta/recipes-devtools/bison/bison_3.0.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.0.4.bb b/meta/recipes-devtools/bison/bison_3.0.4.bb index de295060e9..708e9a3fd8 100644 --- a/meta/recipes-devtools/bison/bison_3.0.4.bb +++ b/meta/recipes-devtools/bison/bison_3.0.4.bb | |||
@@ -13,6 +13,7 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ | |||
13 | file://m4.patch \ | 13 | file://m4.patch \ |
14 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | 14 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ |
15 | file://dont-depend-on-help2man.patch.patch \ | 15 | file://dont-depend-on-help2man.patch.patch \ |
16 | file://0001-src-local.mk-fix-parallel-issue.patch \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | # No point in hardcoding path to m4, just use PATH | 19 | # No point in hardcoding path to m4, just use PATH |