[OE-core] [PATCH] cantarell-fonts: add inherit pkgconfig to get pkgconfig dependency
Cody P Schafer
dev at codyps.com
Fri Nov 18 19:37:48 UTC 2016
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 <dev at codyps.com>
---
meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb
index e3e4cde..c71ab11 100644
--- a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb
+++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!0\.13)(?!0\.10\.1)\d+\.\d+(\.\d+)+)"
S = "${WORKDIR}/git"
-inherit autotools allarch fontcache
+inherit autotools allarch fontcache pkgconfig
PACKAGECONFIG ??= ""
PACKAGECONFIG[fontforge] = "--enable-source-rebuild=yes,--enable-source-rebuild=no,fontforge-native"
--
2.10.2
More information about the Openembedded-core
mailing list