From: Shrikant Bobade <[email protected]> This patch is to inherit pkgconfig to fix a build failure.
Signed-off-by: Christopher Larson <[email protected]> Signed-off-by: Shrikant Bobade <[email protected]> --- .../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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
