diff options
| author | Saul Wold <Saul.Wold@windriver.com> | 2022-02-21 10:36:13 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 23:37:27 +0000 |
| commit | 0b46552625959b829d7f2712b642ef52003e5534 (patch) | |
| tree | 14d683ba1ca85aed9f273a908006763dd014de61 /scripts/contrib/convert-variable-renames.py | |
| parent | 2b22c16376abdd66ae4319a2561cc0fad56ec5e8 (diff) | |
| download | poky-0b46552625959b829d7f2712b642ef52003e5534.tar.gz | |
meta: Rename LICENSE_FLAGS variable
(From OE-Core rev: 5c5b3bc563059ba728dc9724656cc69669f8e25f)
Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/convert-variable-renames.py')
| -rwxr-xr-x | scripts/contrib/convert-variable-renames.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/contrib/convert-variable-renames.py b/scripts/contrib/convert-variable-renames.py index bc3e01887c..fca59ca9e1 100755 --- a/scripts/contrib/convert-variable-renames.py +++ b/scripts/contrib/convert-variable-renames.py | |||
| @@ -42,6 +42,7 @@ renames = { | |||
| 42 | "ICECC_USER_PACKAGE_WL" : "ICECC_RECIPE_ENABLE", | 42 | "ICECC_USER_PACKAGE_WL" : "ICECC_RECIPE_ENABLE", |
| 43 | "ICECC_USER_PACKAGE_BL" : "ICECC_RECIPE_DISABLE", | 43 | "ICECC_USER_PACKAGE_BL" : "ICECC_RECIPE_DISABLE", |
| 44 | "ICECC_SYSTEM_PACKAGE_BL" : "ICECC_RECIPE_DISABLE", | 44 | "ICECC_SYSTEM_PACKAGE_BL" : "ICECC_RECIPE_DISABLE", |
| 45 | "LICENSE_FLAGS_WHITELIST" : "LICENSE_FLAGS_ACCEPTED", | ||
| 45 | } | 46 | } |
| 46 | 47 | ||
| 47 | removed_list = [ | 48 | removed_list = [ |
