1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
This commit is contained in:
Richard Purdie
2007-08-21 11:33:08 +00:00
parent 686161ae9f
commit 4a705e9b1a
+1 -1
View 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)