mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
bitbake-dev: rename readVariable to getVariable
Changing the name of this command makes it more consistent with other command names.
This commit is contained in:
@@ -114,7 +114,7 @@ class CommandsSync:
|
||||
"""
|
||||
return command.cooker.commandlineAction
|
||||
|
||||
def readVariable(self, command, params):
|
||||
def getVariable(self, command, params):
|
||||
"""
|
||||
Read the value of a variable from configuration.data
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user