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:07 +0000 |
commit | 841565db49b113da0eec3bfbad934c36bf28ee4b (patch) | |
tree | a1937daad912eef49ae348d005935648c13d0e62 /meta/recipes-devtools/make | |
parent | f36de92551c8c44a15f1997e65cd8ee957143d95 (diff) | |
download | openembedded-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/make')
-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 2e90ecae2f3..40363450895 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 |