opie.bbclass: move do_opie_install before do_package so we will have opie stuff packaged.
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Sep 2006 09:32:30 +0000 (09:32 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Sep 2006 09:32:30 +0000 (09:32 +0000)
Without this change opie_do_install was called after packaging.
Changeset is a result of moving do_stage after do_install

classes/opie.bbclass

index 6430d46..922cb94 100644 (file)
@@ -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