aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2014-03-14 17:11:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-17 14:01:07 +0000
commit841565db49b113da0eec3bfbad934c36bf28ee4b (patch)
treea1937daad912eef49ae348d005935648c13d0e62 /meta/recipes-devtools
parentf36de92551c8c44a15f1997e65cd8ee957143d95 (diff)
downloadopenembedded-core-contrib-841565db49b113da0eec3bfbad934c36bf28ee4b.tar.gz
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. Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/make/make.inc2
1 files changed, 1 insertions, 1 deletions
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