From: Richard Purdie Date: Fri, 30 Nov 2007 08:18:09 +0000 (+0000) Subject: base.bbclass: Fix populate_staging whitespace X-Git-Tag: 2011-1~10150 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9eee32bf93e211e2c659085d0f7e7a051fc581df;p=openembedded-core.git base.bbclass: Fix populate_staging whitespace git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3272 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index ef6c2ad7f7..d4cae4931c 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -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