mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02: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:
@@ -691,7 +691,7 @@ do_populate_staging[dirs] = "${STAGING_DIR}/${TARGET_SYS}/bin ${STAGING_DIR}/${T
|
|||||||
${STAGING_DATADIR} \
|
${STAGING_DATADIR} \
|
||||||
${S} ${B}"
|
${S} ${B}"
|
||||||
|
|
||||||
addtask populate_staging after do_package_write
|
addtask populate_staging after do_compile
|
||||||
|
|
||||||
python do_populate_staging () {
|
python do_populate_staging () {
|
||||||
bb.build.exec_func('do_stage', d)
|
bb.build.exec_func('do_stage', d)
|
||||||
|
|||||||
Reference in New Issue
Block a user