summaryrefslogtreecommitdiffstats
path: root/meta/classes/packaged-staging.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-21 22:00:10 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-21 22:00:10 +0000
commit820845f6b775795f6ccd4b0fe49374380bf82f4c (patch)
treeddc9824cb349d0f04961dcbde9f33f58e06170f8 /meta/classes/packaged-staging.bbclass
parent7b6f1b8aed3aa80d56d172f93e5c461cb9009c3f (diff)
downloadpoky-820845f6b775795f6ccd4b0fe49374380bf82f4c.tar.gz
packaged-staging.bbclass: The staging_packager function should not be installing the package, that is the job of the staging_package_installer() function which is called with the correct locks held
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4531 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/packaged-staging.bbclass')
-rw-r--r--meta/classes/packaged-staging.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass
index c28d042af6..0dd6900d77 100644
--- a/meta/classes/packaged-staging.bbclass
+++ b/meta/classes/packaged-staging.bbclass
@@ -326,7 +326,6 @@ staging_packager () {
326 fi 326 fi
327 327
328 ${PSTAGE_BUILD_CMD} ${PSTAGE_TMPDIR_STAGE} ${DEPLOY_DIR_PSTAGE}/${PSTAGE_PKGPATH} 328 ${PSTAGE_BUILD_CMD} ${PSTAGE_TMPDIR_STAGE} ${DEPLOY_DIR_PSTAGE}/${PSTAGE_PKGPATH}
329 ${PSTAGE_INSTALL_CMD} ${PSTAGE_PKG}
330} 329}
331 330
332staging_package_installer () { 331staging_package_installer () {