summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig_git.bb')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig_git.bb5
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
23inherit autotools 23inherit autotools
24 24
25# Because of a faulty test, the current auto mode always evaluates to no,
26# so just continue that behaviour.
27#
28EXTRA_OECONF += "--disable-indirect-deps"
29
25PACKAGECONFIG ??= "glib" 30PACKAGECONFIG ??= "glib"
26PACKAGECONFIG_class-native = "" 31PACKAGECONFIG_class-native = ""
27PACKAGECONFIG_class-nativesdk = "" 32PACKAGECONFIG_class-nativesdk = ""