summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 15:26:55 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 15:26:55 +0000
commit3ebec70dc016696c61399de6e9961710f84f1808 (patch)
tree5ff3657740e3ac3af85d624b723a6af7d03d6884 /packages/linux
parent1647e2b6219f5214ea7cb7a363f789e897528909 (diff)
handhelds-pxa-2.6_cvs: deploy before do_package instead of do_build. this makes sure rm_work isn't called before deploy
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/handhelds-pxa-2.6_cvs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_cvs.bb b/packages/linux/handhelds-pxa-2.6_cvs.bb
index ef42191005..7fcfc93943 100644
--- a/packages/linux/handhelds-pxa-2.6_cvs.bb
+++ b/packages/linux/handhelds-pxa-2.6_cvs.bb
@@ -59,5 +59,5 @@ do_deploy() {
do_deploy[dirs] = "${S}"
-addtask deploy before do_build after do_compile
+addtask deploy before do_package after do_compile