diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-09-07 21:27:53 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-09-07 21:27:53 +0000 |
| commit | 25eeb065fb156d376960420f1ea7879f3a2880ee (patch) | |
| tree | 8df0a58a51d04907dfe964dde36b0f555c87cd5b /classes | |
| parent | 192c2604585e38edd32a51432bbe6ae16a31cc00 (diff) | |
| parent | 8a00555b71e47ee86e8449a8f44b7e16c3cef1ae (diff) | |
merge of '5198d0edcd376472b37b08e632a08466f101c570'
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) } |
