diff options
Diffstat (limited to 'bitbake/lib/bb/build.py')
-rw-r--r-- | bitbake/lib/bb/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index a5b99edb7b..9854553038 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py | |||
@@ -172,7 +172,7 @@ def exec_func(func, d, dirs = None, pythonexception=False): | |||
172 | body = d.getVar(func, False) | 172 | body = d.getVar(func, False) |
173 | if not body: | 173 | if not body: |
174 | if body is None: | 174 | if body is None: |
175 | logger.warn("Function %s doesn't exist", func) | 175 | logger.warning("Function %s doesn't exist", func) |
176 | return | 176 | return |
177 | 177 | ||
178 | flags = d.getVarFlags(func) | 178 | flags = d.getVarFlags(func) |