From 7f0f1179eb02c3bb84ffe01f102375dc1186136e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 4 Aug 2021 10:55:04 +0100 Subject: bitbake: fetch/tests/toaster: Override conversion fixups Fix some references that missed during the overrides syntax migration or were incorrect. Thanks to Quentin Schulz for the patch. (Bitbake rev: 6184cb07dfa44f5f76f1c423533b4547d80b20ab) Signed-off-by: Richard Purdie --- bitbake/lib/bb/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/utils.py') 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): 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. -- cgit v1.2.3-54-g00ecf