Re: [OE-core] [PATCH] cantarell-fonts: add inherit pkgconfig to get pkgconfig dependency

2016-11-18 Thread Burton, Ross
On 18 November 2016 at 19:37, Cody P Schafer wrote: > Without this, do_configure can fail with: > > | ../git/configure: line 2381: syntax error near unexpected token > `0.19' > | ../git/configure: line 2381: `PKG_PROG_PKG_CONFIG(0.19)' > > If pkgconfig-native

[OE-core] [PATCH] cantarell-fonts: add inherit pkgconfig to get pkgconfig dependency

2016-11-18 Thread Cody P Schafer
Without this, do_configure can fail with: | ../git/configure: line 2381: syntax error near unexpected token `0.19' | ../git/configure: line 2381: `PKG_PROG_PKG_CONFIG(0.19)' If pkgconfig-native happens to be added to the sysroot too late. Signed-off-by: Cody P Schafer