diff options
-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 |