]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: print full path on invalid LICENSE_FILES_CHKSUM
authorDarren Hart <dvhart@linux.intel.com>
Tue, 18 Oct 2011 19:00:56 +0000 (12:00 -0700)
committerSaul Wold <sgw@linux.intel.com>
Thu, 20 Oct 2011 02:58:45 +0000 (19:58 -0700)
commit80bd0c774fb691977b20e2d775212d849a33bf2b
treef62c676f34ed6c9cb587ad954e5ef674317c59a4
parent3585b21f39489fa8eccc08df3adfbd81e7df4d48
insane.bbclass: print full path on invalid LICENSE_FILES_CHKSUM

Currently only the basename is printed when os.path.isfile() returns a failure
for the license file. If the file is present, but in the wrong directory, this
can be non-obvious to debug. Use the full path instead.

Make a minor grammatical correction in the error message while we're at it.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
meta/classes/insane.bbclass