summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/command.py8
-rw-r--r--bitbake/lib/bb/cooker.py3
2 files changed, 0 insertions, 11 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py
index 9dc38ec938..43dd2f4644 100644
--- a/bitbake/lib/bb/command.py
+++ b/bitbake/lib/bb/command.py
@@ -378,14 +378,6 @@ class CommandsAsync:
378 command.finishAsyncCommand() 378 command.finishAsyncCommand()
379 parseFiles.needcache = True 379 parseFiles.needcache = True
380 380
381 def reparseFiles(self, command, params):
382 """
383 Reparse .bb files
384 """
385 command.cooker.reparseFiles()
386 command.finishAsyncCommand()
387 reparseFiles.needcache = True
388
389 def compareRevisions(self, command, params): 381 def compareRevisions(self, command, params):
390 """ 382 """
391 Parse the .bb files 383 Parse the .bb files
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index f375a6f581..e304d81c5a 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -1192,9 +1192,6 @@ class BBCooker:
1192 def stop(self): 1192 def stop(self):
1193 self.state = state.stop 1193 self.state = state.stop
1194 1194
1195 def reparseFiles(self):
1196 return
1197
1198 def initialize(self): 1195 def initialize(self):
1199 self.state = state.initial 1196 self.state = state.initial
1200 self.initConfigurationData() 1197 self.initConfigurationData()