aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/utils.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-04 10:55:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-06 06:34:45 +0100
commit6184cb07dfa44f5f76f1c423533b4547d80b20ab (patch)
tree44e757b573c84f525b2a8e6cea49b2d5c915b586 /lib/bb/utils.py
parent2fd03ec7b136c694f2ced43b3abb69f719c99ec2 (diff)
downloadbitbake-6184cb07dfa44f5f76f1c423533b4547d80b20ab.tar.gz
fetch/tests/toaster: Override conversion fixups
Fix some references that missed during the overrides syntax migration or were incorrect. Thanks to Quentin Schulz <foss@0leil.net> for the patch. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/utils.py')
-rw-r--r--lib/bb/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/utils.py b/lib/bb/utils.py
index 6ba1d2a37..e6e82d111 100644
--- a/lib/bb/utils.py
+++ b/lib/bb/utils.py
@@ -1178,7 +1178,7 @@ def edit_metadata(meta_lines, variables, varfunc, match_overrides=False):
variables: a list of variable names to look for. Functions
may also be specified, but must be specified with '()' at
the end of the name. Note that the function doesn't have
- any intrinsic understanding of _append, _prepend, _remove,
+ any intrinsic understanding of :append, :prepend, :remove,
or overrides, so these are considered as part of the name.
These values go into a regular expression, so regular
expression syntax is allowed.