[oe-commits] Valentin Popa : make: add 'inherit pkgconfig'

git at git.openembedded.org git at git.openembedded.org
Sun Mar 16 23:01:36 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: fb292afcbc6f4fe4207e19074c6fe802ff43293e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fb292afcbc6f4fe4207e19074c6fe802ff43293e

Author: Valentin Popa <valentin.popa at intel.com>
Date:   Fri Mar 14 17:11:12 2014 +0200

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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



More information about the Openembedded-commits mailing list