summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 5067dfbea0..12a3f98f04 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -85,7 +85,7 @@ def base_chk_file(parser, pn, pv, src_uri, localpath, data):
85 85
86 86
87def base_dep_prepend(d): 87def base_dep_prepend(d):
88 import bb; 88 import bb
89 # 89 #
90 # Ideally this will check a flag so we will operate properly in 90 # Ideally this will check a flag so we will operate properly in
91 # the case where host == build == target, for now we don't work in 91 # the case where host == build == target, for now we don't work in