summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-30 08:18:09 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-30 08:18:09 +0000
commit9eee32bf93e211e2c659085d0f7e7a051fc581df (patch)
tree3d86a55638f2353de18791d195249c74c1c38de5 /meta
parentf7d937fd8e1aab283c99baec5741fce2c2db3a21 (diff)
downloadpoky-9eee32bf93e211e2c659085d0f7e7a051fc581df.tar.gz
base.bbclass: Fix populate_staging whitespace
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3272 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/base.bbclass2
1 files changed, 1 insertions, 1 deletions
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
705addtask populate_staging after do_install 705addtask populate_staging after do_install
706 706
707python do_populate_staging () { 707python do_populate_staging () {
708 bb.build.exec_func('do_stage', d) 708 bb.build.exec_func('do_stage', d)
709} 709}
710 710
711addtask install after do_compile 711addtask install after do_compile