]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: populate_staging after do_compile. Any packages staging implementation...
authorRichard Purdie <richard@openedhand.com>
Tue, 21 Aug 2007 11:33:08 +0000 (11:33 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 21 Aug 2007 11:33:08 +0000 (11:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2529 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/base.bbclass

index 227787798822d6676fdab6fa4324168962a25a57..acdc00cd999455cd8120bb90e13094a46ee6ec1d 100644 (file)
@@ -691,7 +691,7 @@ do_populate_staging[dirs] = "${STAGING_DIR}/${TARGET_SYS}/bin ${STAGING_DIR}/${T
                             ${STAGING_DATADIR} \
                             ${S} ${B}"
 
-addtask populate_staging after do_package_write
+addtask populate_staging after do_compile
 
 python do_populate_staging () {
        bb.build.exec_func('do_stage', d)