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: def revalidateCaches(self, command, params): """Called by UI clients when metadata may have changed""" command.cooker.revalidateCaches() - parseConfiguration.needconfig = False + revalidateCaches.needconfig = False def getRecipes(self, command, params): try: