diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2019-11-13 06:17:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 21:26:15 +0000 |
commit | 9350b76f27b0fa060603f13936b4207f1e408d6d (patch) | |
tree | 896395054402343383415de7e77fa5bf4e4b7311 | |
parent | 4010e6a25d80d07c0098e19ad094d355d40a613a (diff) | |
download | poky-9350b76f27b0fa060603f13936b4207f1e408d6d.tar.gz |
bitbake: cooker: Remove a left-over comment about expanded_data
This should have been removed together with expanded_data in commit
e3694e73 (cooker/command: Drop expanded_data).
(Bitbake rev: 987996f01d55bc6433aeb7f43c209eb12f6d796b)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/bb/cooker.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 20ef04d3ff..e6442bff93 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -371,10 +371,6 @@ class BBCooker: | |||
371 | 371 | ||
372 | self.data.setVar('BB_CMDLINE', self.ui_cmdline) | 372 | self.data.setVar('BB_CMDLINE', self.ui_cmdline) |
373 | 373 | ||
374 | # | ||
375 | # Copy of the data store which has been expanded. | ||
376 | # Used for firing events and accessing variables where expansion needs to be accounted for | ||
377 | # | ||
378 | if CookerFeatures.BASEDATASTORE_TRACKING in self.featureset: | 374 | if CookerFeatures.BASEDATASTORE_TRACKING in self.featureset: |
379 | self.disableDataTracking() | 375 | self.disableDataTracking() |
380 | 376 | ||