diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-19 22:53:21 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-19 22:53:21 +0000 |
commit | 185cb38f1319856b4bdaaf4d9a73b5056be53d54 (patch) | |
tree | a0626521e22ac07a08b625dd4eae35b07df8e17d | |
parent | a30f6e968c766abfc3e85c51b739f6509276e74b (diff) | |
download | poky-185cb38f1319856b4bdaaf4d9a73b5056be53d54.tar.gz |
base.bbclass: Really drop siteinfo by default
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/classes/base.bbclass | 4 |
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 |
1212 | inherit patch | 1212 | inherit patch |
1213 | 1213 | ||
1214 | # Configuration data from site files | ||
1215 | # Move to autotools.bbclass? | ||
1216 | inherit siteinfo | ||
1217 | |||
1218 | EXPORT_FUNCTIONS do_setscene do_clean do_fetch do_unpack do_configure do_compile do_install do_package do_populate_pkgs do_rebuild do_fetchall | 1214 | EXPORT_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 | ||
1220 | MIRRORS[func] = "0" | 1216 | MIRRORS[func] = "0" |