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:26 +0000 |
commit | ec4f113bf1779f7df054c635bd9bed7e72157a94 (patch) | |
tree | 4aab99e93ce400429bd02ce8d24478ae3df2e8cb /meta/classes | |
parent | ebf6cff2aee195fd54ba13e8787e4193cca5bb7b (diff) | |
download | openembedded-core-ec4f113bf1779f7df054c635bd9bed7e72157a94.tar.gz openembedded-core-ec4f113bf1779f7df054c635bd9bed7e72157a94.tar.bz2 openembedded-core-ec4f113bf1779f7df054c635bd9bed7e72157a94.zip |
buildstats.bbclass: remove dead URL from comment
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes')
-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/" # Build statistics gathering. # # The CPU and Time gathering/tracking functions and bbevent inspiration -# were written by Christopher Larson and can be seen here: -# http://kergoth.pastey.net/142813 +# were written by Christopher Larson. # ################################################################################ |