[OE-core] [PATCH] libtasn1: depends on yacc

2017-01-31 Thread Patrick Ohly
This fixes a potential pollution by the build host and build error when yacc isn't installed on the build host: | ../../libtasn1-4.9/build-aux/ylwrap: line 175: yacc: command not found | Makefile:1116: recipe for target 'ASN1.c' failed | make[3]: *** [ASN1.c] Error 127 Signed-off-by: Patrick O

Re: [OE-core] [PATCH] libtasn1: depends on yacc

2017-02-01 Thread Khem Raj
On 1/31/17 1:05 AM, Patrick Ohly wrote: > This fixes a potential pollution by the build host and build error > when yacc isn't installed on the build host: > > | ../../libtasn1-4.9/build-aux/ylwrap: line 175: yacc: command not found > | Makefile:1116: recipe for target 'ASN1.c' failed > | mak

Re: [OE-core] [PATCH] libtasn1: depends on yacc

2017-02-02 Thread Patrick Ohly
On Wed, 2017-02-01 at 08:56 -0800, Khem Raj wrote: > > On 1/31/17 1:05 AM, Patrick Ohly wrote: > > This fixes a potential pollution by the build host and build error > > when yacc isn't installed on the build host: > > > > | ../../libtasn1-4.9/build-aux/ylwrap: line 175: yacc: command not found