]> code.ossystems Code Review - openembedded-core.git/commitdiff
make: add 'inherit pkgconfig'
authorValentin Popa <valentin.popa@intel.com>
Fri, 14 Mar 2014 15:11:12 +0000 (17:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Mar 2014 14:01:07 +0000 (14:01 +0000)
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>
meta/recipes-devtools/make/make.inc

index 2e90ecae2f32bbfbdc01a2c1e2fd9815197a4aca..40363450895b166a29c217dc814613ac500b4569 100644 (file)
@@ -7,4 +7,4 @@ SECTION = "devel"
 
 SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig