diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-21 22:00:10 +0000 | 
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-21 22:00:10 +0000 | 
| commit | 820845f6b775795f6ccd4b0fe49374380bf82f4c (patch) | |
| tree | ddc9824cb349d0f04961dcbde9f33f58e06170f8 | |
| parent | 7b6f1b8aed3aa80d56d172f93e5c461cb9009c3f (diff) | |
| download | openembedded-core-820845f6b775795f6ccd4b0fe49374380bf82f4c.tar.gz openembedded-core-820845f6b775795f6ccd4b0fe49374380bf82f4c.tar.bz2 openembedded-core-820845f6b775795f6ccd4b0fe49374380bf82f4c.zip | |
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
| -rw-r--r-- | meta/classes/packaged-staging.bbclass | 1 | 
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 () {  	fi  	${PSTAGE_BUILD_CMD} ${PSTAGE_TMPDIR_STAGE} ${DEPLOY_DIR_PSTAGE}/${PSTAGE_PKGPATH} -	${PSTAGE_INSTALL_CMD} ${PSTAGE_PKG}  }  staging_package_installer () { | 
