summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py
index 5e90d22180..0bf0154cb4 100644
--- a/bitbake/lib/bb/build.py
+++ b/bitbake/lib/bb/build.py
@@ -90,6 +90,7 @@ def exec_func(func, d, dirs = None):
90 90
91 body = data.getVar(func, d) 91 body = data.getVar(func, d)
92 if not body: 92 if not body:
93 bb.warn("Function %s doesn't exist" % func)
93 return 94 return
94 95
95 flags = data.getVarFlags(func, d) 96 flags = data.getVarFlags(func, d)