diff options
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/tasklistmodel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/tasklistmodel.py b/bitbake/lib/bb/ui/crumbs/tasklistmodel.py index e190f969a4..8fb56837ea 100644 --- a/bitbake/lib/bb/ui/crumbs/tasklistmodel.py +++ b/bitbake/lib/bb/ui/crumbs/tasklistmodel.py | |||
@@ -38,7 +38,7 @@ class BuildRep(gobject.GObject): | |||
38 | with open(pathname, 'r') as f: | 38 | with open(pathname, 'r') as f: |
39 | contents = f.readlines() | 39 | contents = f.readlines() |
40 | 40 | ||
41 | pkg_pattern = "^\s*(IMAGE_INSTALL)\s*([+=.?]+)\s*(\"\S*\")" | 41 | pkg_pattern = "^\s*(IMAGE_INSTALL)\s*([+=.?]+)\s*(\".*?\")" |
42 | img_pattern = "^\s*(require)\s+(\S+.bb)" | 42 | img_pattern = "^\s*(require)\s+(\S+.bb)" |
43 | 43 | ||
44 | for line in contents: | 44 | for line in contents: |