diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 1f31d1203a..b0692431bb 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -612,6 +612,9 @@ class BBCooker: | |||
612 | # initialise the parsing status now we know we will need deps | 612 | # initialise the parsing status now we know we will need deps |
613 | self.updateCache() | 613 | self.updateCache() |
614 | 614 | ||
615 | if self.configuration.revisions_changed: | ||
616 | sys.exit(bb.fetch.fetcher_compare_revisons(self.configuration.data)) | ||
617 | |||
615 | if self.configuration.parse_only: | 618 | if self.configuration.parse_only: |
616 | bb.msg.note(1, bb.msg.domain.Collection, "Requested parsing .bb files only. Exiting.") | 619 | bb.msg.note(1, bb.msg.domain.Collection, "Requested parsing .bb files only. Exiting.") |
617 | return 0 | 620 | return 0 |