From 963374e1c802f622ba44e6910a4333f15a21b25f Mon Sep 17 00:00:00 2001 From: Valentin Popa Date: Fri, 14 Mar 2014 17:11:12 +0200 Subject: make: add 'inherit pkgconfig' Bitbaking make-native generates syntax error during configure: 'PKG_PROG_PKG_CONFIG: command not found'. Add 'inherit pkgconfig' to solve this issue. (From OE-Core rev: 841565db49b113da0eec3bfbad934c36bf28ee4b) Signed-off-by: Valentin Popa Signed-off-by: Richard Purdie --- meta/recipes-devtools/make/make.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index 2e90ecae2f..4036345089 100644 --- a/meta/recipes-devtools/make/make.inc +++ b/meta/recipes-devtools/make/make.inc @@ -7,4 +7,4 @@ SECTION = "devel" SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" -inherit autotools gettext +inherit autotools gettext pkgconfig -- cgit v1.2.3-54-g00ecf