base.bbclass: Fix populate_staging whitespace

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3272 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-30 08:18:09 +00:00
parent f7d937fd8e
commit 9eee32bf93

View File

@@ -705,7 +705,7 @@ do_populate_staging[dirs] = "${STAGING_DIR_TARGET}/${layout_bindir} ${STAGING_DI
addtask populate_staging after do_install
python do_populate_staging () {
bb.build.exec_func('do_stage', d)
bb.build.exec_func('do_stage', d)
}
addtask install after do_compile