diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2016-02-08 21:46:51 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:46 +0000 |
commit | 0da96bf30c3d7234be9234a293d9a1c8ee333cfe (patch) | |
tree | c76f470e851194a0ebd3ee28b0911c907857efc5 /meta/classes/buildstats.bbclass | |
parent | 326592ded4843ef4f1096b020ba3355d560599c3 (diff) | |
download | poky-0da96bf30c3d7234be9234a293d9a1c8ee333cfe.tar.gz |
buildstats.bbclass: remove dead URL from comment
(From OE-Core rev: ec4f113bf1779f7df054c635bd9bed7e72157a94)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/buildstats.bbclass')
-rw-r--r-- | meta/classes/buildstats.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/buildstats.bbclass b/meta/classes/buildstats.bbclass index daf0b86b06..e58d37be5e 100644 --- a/meta/classes/buildstats.bbclass +++ b/meta/classes/buildstats.bbclass | |||
@@ -4,8 +4,7 @@ BUILDSTATS_BASE = "${TMPDIR}/buildstats/" | |||
4 | # Build statistics gathering. | 4 | # Build statistics gathering. |
5 | # | 5 | # |
6 | # The CPU and Time gathering/tracking functions and bbevent inspiration | 6 | # The CPU and Time gathering/tracking functions and bbevent inspiration |
7 | # were written by Christopher Larson and can be seen here: | 7 | # were written by Christopher Larson. |
8 | # http://kergoth.pastey.net/142813 | ||
9 | # | 8 | # |
10 | ################################################################################ | 9 | ################################################################################ |
11 | 10 | ||