aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-09-18 09:32:30 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-09-18 09:32:30 +0000
commitd97d218ba84667bf9b99344bd64a7bb90bf9344d (patch)
tree2b2d9ad8a7ce6305289177b0f44ffa1859bf2c3a
parent17a6ddc73e64017028631b7c3a3582f9e1359ea5 (diff)
downloadopenembedded-d97d218ba84667bf9b99344bd64a7bb90bf9344d.tar.gz
opie.bbclass: move do_opie_install before do_package so we will have opie stuff packaged.
Without this change opie_do_install was called after packaging. Changeset is a result of moving do_stage after do_install
-rw-r--r--classes/opie.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass
index 6430d46d6a..922cb9435a 100644
--- a/classes/opie.bbclass
+++ b/classes/opie.bbclass
@@ -102,4 +102,4 @@ python opie_do_opie_install() {
}
EXPORT_FUNCTIONS do_opie_install
-addtask opie_install after do_compile before do_populate_staging
+addtask opie_install after do_compile before do_package