From a30f6e968c766abfc3e85c51b739f6509276e74b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 19 Mar 2010 18:08:35 +0000 Subject: base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch from Chris Larson] --- meta/classes/autotools.bbclass | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/classes/autotools.bbclass') 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)}" DEPENDS_virtclass-native_prepend = "${@autotools_dep_prepend(d)}" DEPENDS_virtclass-nativesdk_prepend = "${@autotools_dep_prepend(d)}" +inherit siteinfo + +# Space separated list of shell scripts with variables defined to supply test +# results for autoconf tests we cannot run at build time. +export CONFIG_SITE = "${@siteinfo_get_files(d)}" + acpaths = "default" EXTRA_AUTORECONF = "--exclude=autopoint" -- cgit v1.2.3-54-g00ecf