[oe-commits] [openembedded-core] 10/25: pkgconfig: specify --disable-indirect-deps to configure

git at git.openembedded.org git at git.openembedded.org
Sat Mar 11 16:09:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ad151cf2de2f1990297e7ba18fa78958b00a3dd3
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Thu Mar 9 18:01:29 2017 -0800

    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.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index 422c5f3..dc44992 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -22,6 +22,11 @@ S = "${WORKDIR}/git"
 
 inherit autotools
 
+# Because of a faulty test, the current auto mode always evaluates to no,
+# so just continue that behaviour.
+#
+EXTRA_OECONF += "--disable-indirect-deps"
+
 PACKAGECONFIG ??= "glib"
 PACKAGECONFIG_class-native = ""
 PACKAGECONFIG_class-nativesdk = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list