[oe-commits] Andrea Adami : zaurus-installer: fix it for packaged-staging. Bump PR.

git version control git at git.openembedded.org
Sun Aug 22 17:31:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f50a28e4e3b2f310d11e914c8a16cb86ee9f97d6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f50a28e4e3b2f310d11e914c8a16cb86ee9f97d6

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Aug 22 19:29:38 2010 +0200

zaurus-installer: fix it for packaged-staging. Bump PR.

---

 recipes/zaurus-utils/zaurus-installer.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/zaurus-utils/zaurus-installer.bb b/recipes/zaurus-utils/zaurus-installer.bb
index 16fa43a..d4fcdde 100644
--- a/recipes/zaurus-utils/zaurus-installer.bb
+++ b/recipes/zaurus-utils/zaurus-installer.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Installkit for kexecboot-kernel"
 DEPENDS = "${@base_conditional('MACHINE', 'collie', 'linux-kexecboot', 'zaurus-updater linux-kexecboot', d)}"
 DEPENDS += "${@base_conditional('MACHINE', 'spitz', 'zaurus-legacy-tar', '', d)}"
 LICENSE = "zaurus-installer"
-PR = "r3"
+PR = "r4"
 
 PACKAGES = ""
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -30,6 +30,10 @@ do_deploy() {
         tar czf ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz installkit-${MACHINE}/
         md5sum ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz > ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz.md5
         rm -rf ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}/
+
+        package_stagefile_shell ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz
+        package_stagefile_shell ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}.tar.gz.md5
 }
 
-addtask deploy before do_build after do_compile
+# package_stagefile_shell need to run before populate_sysroot for packaged-staging
+addtask deploy before do_populate_sysroot after do_compile





More information about the Openembedded-commits mailing list