diff options
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig_git.bb')
-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 = "" |