From 52b788c6df9201764130ab744bf67b770b24b896 Mon Sep 17 00:00:00 2001 From: Shrikant Bobade Date: Mon, 25 Aug 2014 13:38:49 +0530 Subject: autogen-native: inherit pkgconfig to fix a build failure This patch is to inherit pkgconfig to fix a build failure. (From OE-Core rev: 217aa4d9802609d2c3628c8751a27a5d25900898) Signed-off-by: Christopher Larson Signed-off-by: Shrikant Bobade Signed-off-by: Richard Purdie --- 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 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 -- cgit 1.2.3-korg