summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/crumbs/tasklistmodel.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/tasklistmodel.py b/bitbake/lib/bb/ui/crumbs/tasklistmodel.py
index 633931dac6..e28dbe713a 100644
--- a/bitbake/lib/bb/ui/crumbs/tasklistmodel.py
+++ b/bitbake/lib/bb/ui/crumbs/tasklistmodel.py
@@ -53,11 +53,10 @@ class BuildRep(gobject.GObject):
53 self.userpkgs = packages 53 self.userpkgs = packages
54 54
55 def writeRecipe(self, writepath, model): 55 def writeRecipe(self, writepath, model):
56 # FIXME: Need a better way to determine meta_path...
57 template = """ 56 template = """
58# Recipe generated by the HOB 57# Recipe generated by the HOB
59 58
60require %s.bb 59require %s
61 60
62IMAGE_INSTALL += "%s" 61IMAGE_INSTALL += "%s"
63""" 62"""