diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-30 08:18:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-30 08:18:09 +0000 |
commit | 9eee32bf93e211e2c659085d0f7e7a051fc581df (patch) | |
tree | 3d86a55638f2353de18791d195249c74c1c38de5 /meta/classes/base.bbclass | |
parent | f7d937fd8e1aab283c99baec5741fce2c2db3a21 (diff) | |
download | poky-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/classes/base.bbclass')
-rw-r--r-- | meta/classes/base.bbclass | 2 |
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 | |||
705 | addtask populate_staging after do_install | 705 | addtask populate_staging after do_install |
706 | 706 | ||
707 | python do_populate_staging () { | 707 | python do_populate_staging () { |
708 | bb.build.exec_func('do_stage', d) | 708 | bb.build.exec_func('do_stage', d) |
709 | } | 709 | } |
710 | 710 | ||
711 | addtask install after do_compile | 711 | addtask install after do_compile |