diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index 5e90d2218..0bf0154cb 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py @@ -90,6 +90,7 @@ def exec_func(func, d, dirs = None): body = data.getVar(func, d) if not body: + bb.warn("Function %s doesn't exist" % func) return flags = data.getVarFlags(func, d) |