[oe-commits] org.oe.dev base.bbclass: change message about lack of checksums.ini entry for URI to something easier to understand

hrw commit openembedded-commits at lists.openembedded.org
Fri Sep 7 20:32:14 UTC 2007


base.bbclass: change message about lack of checksums.ini entry for URI to something easier to understand

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 83398e1336b5456cc5a8661377b3819a02cc3ba2
ViewMTN: http://monotone.openembedded.org/revision/info/83398e1336b5456cc5a8661377b3819a02cc3ba2
Files:
1
classes/base.bbclass
Diffs:

#
# mt diff -r916fcf1a2fd907a27f947052ddfce9dffafb0059 -r83398e1336b5456cc5a8661377b3819a02cc3ba2
#
# 
# 
# patch "classes/base.bbclass"
#  from [c46582cf3af337f4c4c1769a3cc4f456f429f294]
#    to [7a3b6633b42df8f8bc1dfd4e57a66773f8d0cde3]
# 
============================================================
--- classes/base.bbclass	c46582cf3af337f4c4c1769a3cc4f456f429f294
+++ classes/base.bbclass	7a3b6633b42df8f8bc1dfd4e57a66773f8d0cde3
@@ -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)
 }






More information about the Openembedded-commits mailing list