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:26:00 +0100 |
commit | 52b788c6df9201764130ab744bf67b770b24b896 (patch) | |
tree | 640807ebeec8bc13a4e76064acbda062c57092b4 | |
parent | c58b4e42db0719f1752ef2a0eb6a10edaf825cd1 (diff) | |
download | poky-52b788c6df9201764130ab744bf67b770b24b896.tar.gz |
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 <kergoth@gmail.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | |||
18 | 18 | ||
19 | DEPENDS = "guile-native libtool-native libxml2-native" | 19 | DEPENDS = "guile-native libtool-native libxml2-native" |
20 | 20 | ||
21 | inherit autotools texinfo native | 21 | inherit autotools texinfo native pkgconfig |
22 | 22 | ||
23 | # autogen-native links against libguile which may have been relocated with sstate | 23 | # autogen-native links against libguile which may have been relocated with sstate |
24 | # these environment variables ensure there isn't a relocation issue | 24 | # these environment variables ensure there isn't a relocation issue |