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 6ba1d2a376..e6e82d1118 100644
--- a/bitbake/lib/bb/utils.py
+++ b/bitbake/lib/bb/utils.py
@@ -1178,7 +1178,7 @@ def edit_metadata(meta_lines, variables, varfunc, match_overrides=False):
1178 variables: a list of variable names to look for. Functions 1178 variables: a list of variable names to look for. Functions
1179 may also be specified, but must be specified with '()' at 1179 may also be specified, but must be specified with '()' at
1180 the end of the name. Note that the function doesn't have 1180 the end of the name. Note that the function doesn't have
1181 any intrinsic understanding of _append, _prepend, _remove, 1181 any intrinsic understanding of :append, :prepend, :remove,
1182 or overrides, so these are considered as part of the name. 1182 or overrides, so these are considered as part of the name.
1183 These values go into a regular expression, so regular 1183 These values go into a regular expression, so regular
1184 expression syntax is allowed. 1184 expression syntax is allowed.