[OE-core] [PATCH] make: add 'inherit pkgconfig'

Valentin Popa valentin.popa at intel.com
Fri Mar 14 15:11:12 UTC 2014


Bitbaking make-native generates syntax error during
configure: 'PKG_PROG_PKG_CONFIG: command not found'.
Add 'inherit pkgconfig' to solve this issue.

Signed-off-by: Valentin Popa <valentin.popa at intel.com>
---
 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 2e90eca..4036345 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
-- 
1.8.3.2




More information about the Openembedded-core mailing list