Re: [OE-core] [PATCH] go, go-common: Add missing quotes in shell variable assignment

2019-02-06 Thread Phil Blundell
On Fri, 2019-02-01 at 10:20 +, Richard Purdie wrote: > > go tool dist: cannot invoke C compiler "gcc ": exec: "gcc ": executable > > file not found in $PATH Oh, huh, I guess this is an example of getting the (approximately) right result for the wrong reasons. I'll have to think about that

Re: [OE-core] [PATCH] go, go-common: Add missing quotes in shell variable assignment

2019-02-01 Thread Richard Purdie
On Thu, 2019-01-31 at 12:43 +, Phil Blundell wrote: > Otherwise we will lose if ${BUILD_CC} happens to contain a space. > > Signed-off-by: Phil Blundell > --- > meta/recipes-devtools/go/go-common.inc | 2 +- > meta/recipes-devtools/go/go_1.9.bb | 2 +- > 2 files changed, 2

Re: [OE-core] [PATCH] go, go-common: Add missing quotes in shell variable assignment

2019-01-31 Thread Richard Purdie
On Thu, 2019-01-31 at 12:43 +, Phil Blundell wrote: > Otherwise we will lose if ${BUILD_CC} happens to contain a space. > > Signed-off-by: Phil Blundell > --- > meta/recipes-devtools/go/go-common.inc | 2 +- > meta/recipes-devtools/go/go_1.9.bb | 2 +- > 2 files changed, 2

[OE-core] [PATCH] go, go-common: Add missing quotes in shell variable assignment

2019-01-31 Thread Phil Blundell
Otherwise we will lose if ${BUILD_CC} happens to contain a space. Signed-off-by: Phil Blundell --- meta/recipes- devtools/go/go-common.inc | 2 +- meta/recipes- devtools/go/go_1.9.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/go/go-common.inc