packaged-staging.bbclass: Turn off debug

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-06-11 15:04:33 +01:00
parent 5a4c688958
commit d684d4385d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ python () {
if stagefunc == "do_stage_native" and bb.data.getVar('AUTOTOOLS_NATIVE_STAGE_INSTALL', d, 1) == "1":
fastpath = True
if fastpath:
bb.note("Can optimise " + bb.data.getVar('FILE', d, 1))
#bb.note("Can optimise " + bb.data.getVar('FILE', d, 1))
bb.data.setVar("PSTAGING_NEEDSTAMP", "0", d)
bb.data.setVar("STAGE_TEMP_PREFIX", "${WORKDIR}/temp-staging-pstage", d)
else: