git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17a6ddc
)
opie.bbclass: move do_opie_install before do_package so we will have opie stuff packaged.
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 18 Sep 2006 09:32:30 +0000
(09:32 +0000)
committer
Marcin 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
patch
|
blob
|
history
diff --git
a/classes/opie.bbclass
b/classes/opie.bbclass
index
6430d46
..
922cb94
100644
(file)
--- 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_p
opulate_staging
+addtask opie_install after do_compile before do_p
ackage