mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
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
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user