diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-21 11:33:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-21 11:33:08 +0000 |
commit | 4a705e9b1a6660a01d5528445b3b2acdbf9bd238 (patch) | |
tree | 9628524b569ac27bc2aff02672b8f0e6cd314bcb /meta | |
parent | 686161ae9fedbd0d847d0d61bd31137327da2800 (diff) | |
download | poky-4a705e9b1a6660a01d5528445b3b2acdbf9bd238.tar.gz |
base.bbclass: populate_staging after do_compile. Any packages staging implementation can change this
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2529 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 2277877988..acdc00cd99 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -691,7 +691,7 @@ do_populate_staging[dirs] = "${STAGING_DIR}/${TARGET_SYS}/bin ${STAGING_DIR}/${T | |||
691 | ${STAGING_DATADIR} \ | 691 | ${STAGING_DATADIR} \ |
692 | ${S} ${B}" | 692 | ${S} ${B}" |
693 | 693 | ||
694 | addtask populate_staging after do_package_write | 694 | addtask populate_staging after do_compile |
695 | 695 | ||
696 | python do_populate_staging () { | 696 | python do_populate_staging () { |
697 | bb.build.exec_func('do_stage', d) | 697 | bb.build.exec_func('do_stage', d) |