]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: Make populate_staging run after install to avoid conflicts
authorRichard Purdie <richard@openedhand.com>
Tue, 21 Aug 2007 15:22:06 +0000 (15:22 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 21 Aug 2007 15:22:06 +0000 (15:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2534 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/base.bbclass

index acdc00cd999455cd8120bb90e13094a46ee6ec1d..3551e35a1b3189f735d76602ac50fc20cb65c42e 100644 (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)