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 /meta/classes | |
parent | a30f6e968c766abfc3e85c51b739f6509276e74b (diff) | |
download | openembedded-core-185cb38f1319856b4bdaaf4d9a73b5056be53d54.tar.gz openembedded-core-185cb38f1319856b4bdaaf4d9a73b5056be53d54.tar.bz2 openembedded-core-185cb38f1319856b4bdaaf4d9a73b5056be53d54.zip |
base.bbclass: Really drop siteinfo by default
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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): # Patch handling inherit patch -# Configuration data from site files -# Move to autotools.bbclass? -inherit siteinfo - 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 MIRRORS[func] = "0" |