diff options
| author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-08 10:10:53 +0000 |
|---|---|---|
| committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-08 10:10:53 +0000 |
| commit | 390a970fe24cc67d5e96a914f603279c67dff010 (patch) | |
| tree | f96250a5c19fcc52ee872ea0afd2fa4af447f61d /classes | |
| parent | 2b7aaa3a64145168fe1d42c36e8756dca573546d (diff) | |
| parent | 8cf2748d115cdfc018eb92d81072fe6422516414 (diff) | |
merge of '6e4ac932ee4d9b1bde2451c96896ac5c4ae396e1'
and 'b6d3200d932c1e277015164a4e83ea009d96872f'
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) } |
