[oe] [STABLE][PATCH] zaurus-updater: sync with .dev (fix tasks order)

Andrea Adami andrea.adami at gmail.com
Thu Mar 25 22:35:37 UTC 2010


Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 recipes/zaurus-updater/zaurus-updater.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/zaurus-updater/zaurus-updater.bb b/recipes/zaurus-updater/zaurus-updater.bb
index 6ed1c5f..7621d47 100644
--- a/recipes/zaurus-updater/zaurus-updater.bb
+++ b/recipes/zaurus-updater/zaurus-updater.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update"
 DEPENDS = "encdec-updater-native"
 LICENSE = "zaurus-updater"
-PR = "r23"
+PR = "r24"
 
 PACKAGES = ""
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -34,4 +34,6 @@ do_deploy() {
 	esac
 }
 
-addtask deploy before do_build after do_compile
+# package_stagefile_shell need to run before populate_staging for packaged-staging
+addtask deploy before do_populate_staging after do_compile
+
-- 
1.6.4.4





More information about the Openembedded-devel mailing list