]> code.ossystems Code Review - openembedded-core.git/commitdiff
pkgconfig: specify --disable-indirect-deps to configure
authorJoe Slater <jslater@windriver.com>
Fri, 10 Mar 2017 02:01:29 +0000 (18:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Mar 2017 16:08:49 +0000 (16:08 +0000)
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/pkgconfig/pkgconfig_git.bb

index 422c5f3b7b809a6636738263f287b2311191e2a3..dc44992c7e15eb2e516fc8bc8d7bbd5a9fa6fb13 100644 (file)
@@ -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 = ""