diff options
Diffstat (limited to 'meta/classes')
-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" |