summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py
index 1fcb9bf14c..695277f1e0 100644
--- a/bitbake/lib/bb/command.py
+++ b/bitbake/lib/bb/command.py
@@ -310,7 +310,7 @@ class CommandsSync:
310 def revalidateCaches(self, command, params): 310 def revalidateCaches(self, command, params):
311 """Called by UI clients when metadata may have changed""" 311 """Called by UI clients when metadata may have changed"""
312 command.cooker.revalidateCaches() 312 command.cooker.revalidateCaches()
313 parseConfiguration.needconfig = False 313 revalidateCaches.needconfig = False
314 314
315 def getRecipes(self, command, params): 315 def getRecipes(self, command, params):
316 try: 316 try: