rootfs_rpm.bbclass: Remove temporary work files in install directory, saving the manifests as logfiles into ${T}

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-01-05 18:56:47 +00:00
parent 6ded4e0ae7
commit 5e384038cb
1 changed files with 5 additions and 2 deletions

View File

@ -202,8 +202,11 @@ EOF
# remove lock files
rm -f ${IMAGE_ROOTFS}${rpmlibdir}/__db.*
# remove resolver files and manifests
rm -f ${IMAGE_ROOTFS}/install/install.manifest
# Move manifests into the directory with the logs
mv ${IMAGE_ROOTFS}/install/*.manifest ${T}/
# Remove all remaining resolver files
rm -f ${IMAGE_ROOTFS}/install
log_check rootfs