diff options
Diffstat (limited to 'meta/classes/buildhistory.bbclass')
-rw-r--r-- | meta/classes/buildhistory.bbclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 2b5f84a87a..90cfe4f954 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
@@ -484,8 +484,9 @@ END | |||
484 | echo "SDKSIZE = $sdksize" >> ${BUILDHISTORY_DIR_SDK}/sdk-info.txt | 484 | echo "SDKSIZE = $sdksize" >> ${BUILDHISTORY_DIR_SDK}/sdk-info.txt |
485 | } | 485 | } |
486 | 486 | ||
487 | # By prepending we get in before the removal of packaging files | 487 | # By using ROOTFS_POSTUNINSTALL_COMMAND we get in after uninstallation of |
488 | ROOTFS_POSTPROCESS_COMMAND =+ " buildhistory_list_installed_image ;\ | 488 | # unneeded packages but before the removal of packaging files |
489 | ROOTFS_POSTUNINSTALL_COMMAND += " buildhistory_list_installed_image ;\ | ||
489 | buildhistory_get_image_installed ; " | 490 | buildhistory_get_image_installed ; " |
490 | 491 | ||
491 | IMAGE_POSTPROCESS_COMMAND += " buildhistory_get_imageinfo ; " | 492 | IMAGE_POSTPROCESS_COMMAND += " buildhistory_get_imageinfo ; " |