summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r--meta/classes/autotools.bbclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 4f56b33c28..3853268a77 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -27,6 +27,12 @@ DEPENDS_prepend = "${@autotools_dep_prepend(d)}"
27DEPENDS_virtclass-native_prepend = "${@autotools_dep_prepend(d)}" 27DEPENDS_virtclass-native_prepend = "${@autotools_dep_prepend(d)}"
28DEPENDS_virtclass-nativesdk_prepend = "${@autotools_dep_prepend(d)}" 28DEPENDS_virtclass-nativesdk_prepend = "${@autotools_dep_prepend(d)}"
29 29
30inherit siteinfo
31
32# Space separated list of shell scripts with variables defined to supply test
33# results for autoconf tests we cannot run at build time.
34export CONFIG_SITE = "${@siteinfo_get_files(d)}"
35
30acpaths = "default" 36acpaths = "default"
31EXTRA_AUTORECONF = "--exclude=autopoint" 37EXTRA_AUTORECONF = "--exclude=autopoint"
32 38