summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-19 22:53:21 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-19 22:53:21 +0000
commit185cb38f1319856b4bdaaf4d9a73b5056be53d54 (patch)
treea0626521e22ac07a08b625dd4eae35b07df8e17d /meta/classes/base.bbclass
parenta30f6e968c766abfc3e85c51b739f6509276e74b (diff)
downloadpoky-185cb38f1319856b4bdaaf4d9a73b5056be53d54.tar.gz
base.bbclass: Really drop siteinfo by default
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r--meta/classes/base.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 079a2d9205..256f89954c 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -1211,10 +1211,6 @@ def check_gcc3(data):
1211# Patch handling 1211# Patch handling
1212inherit patch 1212inherit patch
1213 1213
1214# Configuration data from site files
1215# Move to autotools.bbclass?
1216inherit siteinfo
1217
1218EXPORT_FUNCTIONS do_setscene do_clean do_fetch do_unpack do_configure do_compile do_install do_package do_populate_pkgs do_rebuild do_fetchall 1214EXPORT_FUNCTIONS do_setscene do_clean do_fetch do_unpack do_configure do_compile do_install do_package do_populate_pkgs do_rebuild do_fetchall
1219 1215
1220MIRRORS[func] = "0" 1216MIRRORS[func] = "0"