diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-11-30 16:03:21 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:13:49 +0000 |
commit | 7e66c3c4c2ef6f26dfa0b93d6c9935d8384af2a3 (patch) | |
tree | 91eebb8b74b0eaa495929de965268f9efc59ae42 /meta/classes | |
parent | 68ea0d51e2a9b0e1b7323718734ab54aac485f85 (diff) | |
download | poky-7e66c3c4c2ef6f26dfa0b93d6c9935d8384af2a3.tar.gz |
base.bbclass: Allow buildstats to be optionally supplied
Buildstats should be allowed to be optionally enabled. It's
recommended that it be enabled via the USER_CLASSES setting.
Alternatively it could be enabled via the INHERIT_DISTRO or
similar mechanism.
(From OE-Core rev: 09b1dc8bd886c8cd2a5d4085d8bb4b73ece1f5b0)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/base.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index fbcaefb4dd..e65a7220f5 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -7,7 +7,6 @@ inherit mirrors | |||
7 | inherit utils | 7 | inherit utils |
8 | inherit utility-tasks | 8 | inherit utility-tasks |
9 | inherit metadata_scm | 9 | inherit metadata_scm |
10 | inherit buildstats | ||
11 | inherit logging | 10 | inherit logging |
12 | 11 | ||
13 | OE_IMPORTS += "os sys time oe.path oe.utils oe.data oe.packagegroup" | 12 | OE_IMPORTS += "os sys time oe.path oe.utils oe.data oe.packagegroup" |