diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 1982e880ba..9ccaa79f57 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1216,8 +1216,8 @@ class BBCooker: | |||
1216 | continue | 1216 | continue |
1217 | elif regex == "": | 1217 | elif regex == "": |
1218 | parselog.debug(1, "BBFILE_PATTERN_%s is empty" % c) | 1218 | parselog.debug(1, "BBFILE_PATTERN_%s is empty" % c) |
1219 | cre = re.compile('^NULL$') | ||
1219 | errors = False | 1220 | errors = False |
1220 | continue | ||
1221 | else: | 1221 | else: |
1222 | try: | 1222 | try: |
1223 | cre = re.compile(regex) | 1223 | cre = re.compile(regex) |