mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user