summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make
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:41 +0000
commit963374e1c802f622ba44e6910a4333f15a21b25f (patch)
tree3dc8f6f27dad818c5053c4145022803f3437e909 /meta/recipes-devtools/make
parent219500601e84752ac5ade08c8d2389b1d3588da9 (diff)
downloadast2050-yocto-poky-963374e1c802f622ba44e6910a4333f15a21b25f.zip
ast2050-yocto-poky-963374e1c802f622ba44e6910a4333f15a21b25f.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. (From OE-Core rev: 841565db49b113da0eec3bfbad934c36bf28ee4b) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make')
-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 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
OpenPOWER on IntegriCloud