From a215c2f283476776567506c2e3f969c48f7e5e3d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Mar 2010 16:54:57 -0700 Subject: Don't inherit siteinfo in base.bbclass Acked-by: Richard Purdie Acked-by: Marcin Juszkiewicz Signed-off-by: Chris Larson --- classes/siteinfo.bbclass | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'classes/siteinfo.bbclass') diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index 93cee4f890..d7f27054b0 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -112,14 +112,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: @@ -141,5 +133,3 @@ def siteinfo_get_bits(d): # SITEINFO_ENDIANESS = "${@siteinfo_get_endianess(d)}" SITEINFO_BITS = "${@siteinfo_get_bits(d)}" - - -- cgit 1.2.3-korg