diff options
author | Shrikant Bobade <Shrikant_Bobade@mentor.com> | 2014-08-25 13:38:49 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-25 10:25:54 +0100 |
commit | 217aa4d9802609d2c3628c8751a27a5d25900898 (patch) | |
tree | 926ff32248fafb76642596781bbe11fcb6a98ac9 /meta | |
parent | 7d056397ab9912316064db850aae05aacabc726c (diff) | |
download | openembedded-core-217aa4d9802609d2c3628c8751a27a5d25900898.tar.gz openembedded-core-217aa4d9802609d2c3628c8751a27a5d25900898.tar.bz2 openembedded-core-217aa4d9802609d2c3628c8751a27a5d25900898.zip |
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@gmail.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/autogen/autogen-native_5.18.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |