summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch
Commit message (Collapse)AuthorAgeFilesLines
* bison: fix parallel issueRobert Yang2015-04-301-0/+33
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>