summaryrefslogtreecommitdiffstats
path: root/bitbake-dev/lib/bb/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake-dev/lib/bb/command.py')
-rw-r--r--bitbake-dev/lib/bb/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/command.py b/bitbake-dev/lib/bb/command.py
index 7cee1d5d36..293202be54 100644
--- a/bitbake-dev/lib/bb/command.py
+++ b/bitbake-dev/lib/bb/command.py
@@ -114,7 +114,7 @@ class CommandsSync:
114 """ 114 """
115 return command.cooker.commandlineAction 115 return command.cooker.commandlineAction
116 116
117 def readVariable(self, command, params): 117 def getVariable(self, command, params):
118 """ 118 """
119 Read the value of a variable from configuration.data 119 Read the value of a variable from configuration.data
120 """ 120 """