summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/utils.py')
-rw-r--r--bitbake/lib/bb/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py
index e9ad68f2d7..8d7df13be7 100644
--- a/bitbake/lib/bb/utils.py
+++ b/bitbake/lib/bb/utils.py
@@ -1158,7 +1158,7 @@ def edit_metadata(meta_lines, variables, varfunc, match_overrides=False):
1158 if in_var.endswith('()'): 1158 if in_var.endswith('()'):
1159 if full_value.count('{') - full_value.count('}') >= 0: 1159 if full_value.count('{') - full_value.count('}') >= 0:
1160 continue 1160 continue
1161 full_value = full_value[:-1] 1161 full_value = full_value[:-1]
1162 if handle_var_end(): 1162 if handle_var_end():
1163 updated = True 1163 updated = True
1164 checkspc = True 1164 checkspc = True