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

git at git.openembedded.org git at git.openembedded.org
Mon Mar 17 13:54:46 UTC 2014


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

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