From 04f695333350e31fa87b7822c17a073af73fcd84 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 18 Sep 2006 20:31:39 +0000 Subject: classes: Reorder tasks so staging occurs after packaging. Add do_install into the task chain with dirs fix. Changes merged from OE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@727 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/classes/base.bbclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta/classes/base.bbclass') diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 6faeb979c..a36829006 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -548,7 +548,6 @@ base_do_compile() { } -addtask stage after do_compile base_do_stage () { : } @@ -560,14 +559,14 @@ do_populate_staging[dirs] = "${STAGING_DIR}/${TARGET_SYS}/bin ${STAGING_DIR}/${T ${STAGING_DATADIR} \ ${S} ${B}" -addtask populate_staging after do_compile +addtask populate_staging after do_package python do_populate_staging () { bb.build.exec_func('do_stage', d) } addtask install after do_compile -do_install[dirs] = "${S} ${B}" +do_install[dirs] = "${D} ${S} ${B}" base_do_install() { : -- cgit v1.2.3