mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
43a60facf6
commit
a185a09b26
@@ -13,6 +13,7 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
|
||||
file://m4.patch \
|
||||
file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
|
||||
file://dont-depend-on-help2man.patch.patch \
|
||||
file://0001-src-local.mk-fix-parallel-issue.patch \
|
||||
"
|
||||
|
||||
# No point in hardcoding path to m4, just use PATH
|
||||
|
||||
Reference in New Issue
Block a user