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-14 14:06:42 +0000 |
commit | a616ffebdc6f761635f351432461010de1890b7d (patch) | |
tree | 6acfe02c4024ae16c0abb49f598fa6f5dcf38c04 | |
parent | f320d4808ad4080ed9b54e0cf422411331241c5f (diff) | |
download | poky-a616ffebdc6f761635f351432461010de1890b7d.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: 33197db8abf82be240d7c1c5c9d2484a08a90849)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.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 | ||