From: Shrikant Bobade Date: Mon, 25 Aug 2014 08:08:49 +0000 (+0530) Subject: autogen-native: inherit pkgconfig to fix a build failure X-Git-Tag: 2015-4~1788 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=217aa4d9802609d2c3628c8751a27a5d25900898;p=openembedded-core.git 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 Signed-off-by: Shrikant Bobade Signed-off-by: Richard Purdie --- 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 61bd21fc38..abc0a42102 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