Re: [OE-core] [PATCH] at: explicitly depend on bison-native for deterministic builds

2018-01-09 Thread Denys Dmytriyenko
On Tue, Jan 09, 2018 at 11:11:56PM +, Richard Purdie wrote: > On Tue, 2018-01-09 at 17:24 -0500, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Usually bison-native gets into sysroot through indirect dependencies, > > even with RSS. But when bison-native is not in sysroot, due t

Re: [OE-core] [PATCH] at: explicitly depend on bison-native for deterministic builds

2018-01-09 Thread Richard Purdie
On Tue, 2018-01-09 at 17:24 -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Usually bison-native gets into sysroot through indirect dependencies, > even with RSS. But when bison-native is not in sysroot, due to > different > system config, Any idea what that "different system confi

[OE-core] [PATCH] at: explicitly depend on bison-native for deterministic builds

2018-01-09 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Usually bison-native gets into sysroot through indirect dependencies, even with RSS. But when bison-native is not in sysroot, due to different system config, it falls back to using "yacc" instead and fails like this: | yacc -d parsetime.y | make: yacc: Command not found |