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/siteinfo.bbclass | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meta/classes/siteinfo.bbclass') diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 7b012b7ba7..8b7d3dfcf6 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass @@ -100,14 +100,6 @@ def siteinfo_get_files(d): bb.debug(1, "SITE files " + sitefiles); return sitefiles -# -# Export CONFIG_SITE to the enviroment. The autotools will make use -# of this to determine where to load in variables from. This is a -# space seperate list of shell scripts processed in the order listed. -# -export CONFIG_SITE = "${@siteinfo_get_files(d)}" - - def siteinfo_get_endianess(d): info = get_siteinfo_list(d) if 'endian-little' in info: -- cgit v1.2.3-54-g00ecf