From 2d51e2ff2f77fc6b14e50bd3a32998953d809a48 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 28 Apr 2015 22:29:06 -0700 Subject: 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 Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-devtools/bison/bison_3.0.4.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/bison/bison_3.0.4.bb') 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 \ 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 -- cgit 1.2.3-korg