diff options
author | Joe Slater <jslater@windriver.com> | 2017-03-09 18:01:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-11 16:09:14 +0000 |
commit | f15bcd78ba5f39bba80b539da43ac7ba0f7b3089 (patch) | |
tree | 4e92cb69d998eefc53b45234d26c370eee954837 /meta/recipes-devtools | |
parent | d760bf2436130aaa56d576ae7a0afdbb18f84e55 (diff) | |
download | poky-f15bcd78ba5f39bba80b539da43ac7ba0f7b3089.tar.gz |
pkgconfig: specify --disable-indirect-deps to configure
This preserves the current behaviour because the auto
test by configure will never return yes. ./libtool is
needed by the test and it will never exist.
(From OE-Core rev: ad151cf2de2f1990297e7ba18fa78958b00a3dd3)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index 422c5f3b7b..dc44992c7e 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |||
@@ -22,6 +22,11 @@ S = "${WORKDIR}/git" | |||
22 | 22 | ||
23 | inherit autotools | 23 | inherit autotools |
24 | 24 | ||
25 | # Because of a faulty test, the current auto mode always evaluates to no, | ||
26 | # so just continue that behaviour. | ||
27 | # | ||
28 | EXTRA_OECONF += "--disable-indirect-deps" | ||
29 | |||
25 | PACKAGECONFIG ??= "glib" | 30 | PACKAGECONFIG ??= "glib" |
26 | PACKAGECONFIG_class-native = "" | 31 | PACKAGECONFIG_class-native = "" |
27 | PACKAGECONFIG_class-nativesdk = "" | 32 | PACKAGECONFIG_class-nativesdk = "" |