diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-09-18 09:32:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-09-18 09:32:30 +0000 |
commit | d97d218ba84667bf9b99344bd64a7bb90bf9344d (patch) | |
tree | 2b2d9ad8a7ce6305289177b0f44ffa1859bf2c3a /classes | |
parent | 17a6ddc73e64017028631b7c3a3582f9e1359ea5 (diff) |
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
Diffstat (limited to 'classes')
-rw-r--r-- | classes/opie.bbclass | 2 |
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 |