summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 9086f92e5c..554dfbd24d 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -182,7 +182,7 @@ class BBCooker:
182 if not watcher: 182 if not watcher:
183 watcher = self.watcher 183 watcher = self.watcher
184 for i in deps: 184 for i in deps:
185 f = i[0] 185 f = os.path.dirname(i[0])
186 if f in watcher.bbseen: 186 if f in watcher.bbseen:
187 continue 187 continue
188 watcher.bbseen.append(f) 188 watcher.bbseen.append(f)