diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index cd365f7803..f0dab97974 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1170,6 +1170,7 @@ class BBCooker: | |||
1170 | elif regex == "": | 1170 | elif regex == "": |
1171 | parselog.debug(1, "BBFILE_PATTERN_%s is empty" % c) | 1171 | parselog.debug(1, "BBFILE_PATTERN_%s is empty" % c) |
1172 | errors = False | 1172 | errors = False |
1173 | continue | ||
1173 | else: | 1174 | else: |
1174 | try: | 1175 | try: |
1175 | cre = re.compile(regex) | 1176 | cre = re.compile(regex) |