[oe-commits] [bitbake] 05/13: cooker: Remove a left-over comment about expanded_data

git at git.openembedded.org git at git.openembedded.org
Mon Nov 25 21:38:32 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch 1.44
in repository bitbake.

commit 987996f01d55bc6433aeb7f43c209eb12f6d796b
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
AuthorDate: Wed Nov 13 06:17:16 2019 +0100

    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).
    
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 lib/bb/cooker.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 20ef04d..e6442bf 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -371,10 +371,6 @@ class BBCooker:
 
         self.data.setVar('BB_CMDLINE', self.ui_cmdline)
 
-        #
-        # Copy of the data store which has been expanded.
-        # Used for firing events and accessing variables where expansion needs to be accounted for
-        #
         if CookerFeatures.BASEDATASTORE_TRACKING in self.featureset:
             self.disableDataTracking()
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list