diff options
author | Valentin Popa <valentin.popa@intel.com> | 2014-03-14 17:11:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-17 14:01:41 +0000 |
commit | 963374e1c802f622ba44e6910a4333f15a21b25f (patch) | |
tree | 3dc8f6f27dad818c5053c4145022803f3437e909 /meta/recipes-devtools/make/make.inc | |
parent | 219500601e84752ac5ade08c8d2389b1d3588da9 (diff) | |
download | 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/make.inc')
-rw-r--r-- | meta/recipes-devtools/make/make.inc | 2 |
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" | |||
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" | 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" |
9 | 9 | ||
10 | inherit autotools gettext | 10 | inherit autotools gettext pkgconfig |