[OE-core] [PATCH] autogen-native: inherit pkgconfig to fix a build failure

Shrikant Bobade bobadeshrikant at gmail.com
Mon Aug 25 08:08:49 UTC 2014


From: Shrikant Bobade <Shrikant_Bobade at mentor.com>

This patch is to inherit pkgconfig to fix a build
failure.

Signed-off-by: Christopher Larson <kergoth at gmail.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade at mentor.com>
---
 .../autogen/autogen-native_5.18.3.bb               |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/autogen/autogen-native_5.18.3.bb b/meta/recipes-devtools/autogen/autogen-native_5.18.3.bb
index 61bd21f..abc0a42 100644
--- a/meta/recipes-devtools/autogen/autogen-native_5.18.3.bb
+++ b/meta/recipes-devtools/autogen/autogen-native_5.18.3.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "73d05a689105eb9b8be54f32498c99ddbd360776fc61cf45be6a2a4eb4
 
 DEPENDS = "guile-native libtool-native libxml2-native"
 
-inherit autotools texinfo native
+inherit autotools texinfo native pkgconfig
 
 # autogen-native links against libguile which may have been relocated with sstate
 # these environment variables ensure there isn't a relocation issue
-- 
1.7.9.5




More information about the Openembedded-core mailing list