relocatable.bbclass: reduce the amount of output

Disable the last bb.note call, it's a bit spurious. Only really useful for
debug.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-05-20 16:11:40 +01:00
parent 9210ae6f1a
commit cd62d697e1
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def rpath_replace (path, d):
bindirs = bb.data.expand("${bindir} ${sbindir} ${base_sbindir} ${base_bindir} ${libdir} ${base_libdir} ${PREPROCESS_RELOCATE_DIRS}", d).split()
for bindir in bindirs:
bb.note ("Processing directory " + bindir)
#bb.note ("Processing directory " + bindir)
directory = path + "/" + bindir
process_dir (directory, d)