[oe-commits] Shrikant Bobade : autogen-native: inherit pkgconfig to fix a build failure

git at git.openembedded.org git at git.openembedded.org
Tue Aug 26 20:40:57 UTC 2014


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

Author: Shrikant Bobade <Shrikant_Bobade at mentor.com>
Date:   Mon Aug 25 13:56:49 2014 +0530

autogen-native: inherit pkgconfig to fix a build failure

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

---

 meta/recipes-devtools/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



More information about the Openembedded-commits mailing list