From 820845f6b775795f6ccd4b0fe49374380bf82f4c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 21 May 2008 22:00:10 +0000 Subject: 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 --- meta/classes/packaged-staging.bbclass | 1 - 1 file changed, 1 deletion(-) 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 () { -- cgit v1.2.3-54-g00ecf