base.bbclass: Make populate_staging run after install to avoid conflicts

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2534 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-08-21 15:22:06 +00:00
parent 3d29811af5
commit 2ed6d9cf28

View File

@@ -691,7 +691,8 @@ do_populate_staging[dirs] = "${STAGING_DIR}/${TARGET_SYS}/bin ${STAGING_DIR}/${T
${STAGING_DATADIR} \
${S} ${B}"
addtask populate_staging after do_compile
# Could be compile but populate_staging and do_install shouldn't run at the same time
addtask populate_staging after do_install
python do_populate_staging () {
bb.build.exec_func('do_stage', d)