diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2007-09-07 21:38:18 +0000 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2007-09-07 21:38:18 +0000 |
| commit | 8cf2748d115cdfc018eb92d81072fe6422516414 (patch) | |
| tree | b1cc3de423b8fc6296e4bdd78e6bfd734d4da5bb /classes | |
| parent | 6df7b6c8ef449b4d70ff6fce2871ba1bc48ad248 (diff) | |
| parent | 8a00555b71e47ee86e8449a8f44b7e16c3cef1ae (diff) | |
merge of '76f17964c43f7ddee34e65c3b91d78a68aecd213'
and '83398e1336b5456cc5a8661377b3819a02cc3ba2'
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/base.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass index d4b327e266..999d409914 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -487,9 +487,9 @@ python base_do_fetch() { try: if not base_chk_file(parser, pn, pv,uri, localpath, d): if type != "file": - bb.note("%s-%s-%s has no section, not checking URI" % (pn,pv,uri)) + bb.note("%s-%s: %s has no entry in conf/checksums.ini, not checking URI" % (pn,pv,uri)) else: - bb.debug("%s-%s-%s has no section, not checking URI" % (pn,pv,uri)) + bb.debug("%s-%s: %s has no entry in conf/checksums.ini, not checking URI" % (pn,pv,uri)) except Exception: raise bb.build.FuncFailed("Checksum of '%s' failed" % uri) } |
