diff options
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r-- | meta/classes/base.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 8a4edf9133..4c88e9a6b7 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -732,6 +732,10 @@ python () { | |||
732 | # Patch handling | 732 | # Patch handling |
733 | inherit patch | 733 | inherit patch |
734 | 734 | ||
735 | # Configuration data from site files | ||
736 | # Move to autotools.bbclass? | ||
737 | inherit siteinfo | ||
738 | |||
735 | EXPORT_FUNCTIONS do_clean do_mrproper do_fetch do_unpack do_configure do_compile do_install do_package do_populate_pkgs do_stage do_rebuild do_fetchall | 739 | EXPORT_FUNCTIONS do_clean do_mrproper do_fetch do_unpack do_configure do_compile do_install do_package do_populate_pkgs do_stage do_rebuild do_fetchall |
736 | 740 | ||
737 | MIRRORS[func] = "0" | 741 | MIRRORS[func] = "0" |