diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-02-17 17:09:32 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 23:37:26 +0000 |
commit | 09a62d96c76333f8abda1d28156378e42630fd9a (patch) | |
tree | 0604ebe06323b96568c179388ba1bead48884715 /bitbake/lib/layerindexlib/cooker.py | |
parent | f2fc11cad737f1da2cbee45c645e1b87225c85c7 (diff) | |
download | poky-09a62d96c76333f8abda1d28156378e42630fd9a.tar.gz |
bitbake: lib: Replace remaining "blacklist"/"whitelist" usage
In line with the inclusive language migration defined at:
https://wiki.yoctoproject.org/wiki/Inclusive_language
replace the remaining non-backwards-compatibility related usage
of "blacklist"/"whitelist" with "allowed"/"disallowed" in a few
places as appropriate.
(Bitbake rev: f579fb8c23d2919d25641fa4234f8a1e9c06a922)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/layerindexlib/cooker.py')
-rw-r--r-- | bitbake/lib/layerindexlib/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/layerindexlib/cooker.py b/bitbake/lib/layerindexlib/cooker.py index 2de6e5faa0..ced3e06360 100644 --- a/bitbake/lib/layerindexlib/cooker.py +++ b/bitbake/lib/layerindexlib/cooker.py | |||
@@ -279,7 +279,7 @@ class CookerPlugin(layerindexlib.plugin.IndexPlugin): | |||
279 | summary=pn, description=pn, section='?', | 279 | summary=pn, description=pn, section='?', |
280 | license='?', homepage='?', bugtracker='?', | 280 | license='?', homepage='?', bugtracker='?', |
281 | provides='?', bbclassextend='?', inherits='?', | 281 | provides='?', bbclassextend='?', inherits='?', |
282 | blacklisted='?', layerbranch=depBranchId) | 282 | disallowed='?', layerbranch=depBranchId) |
283 | 283 | ||
284 | index = addElement("recipes", [recipe], index) | 284 | index = addElement("recipes", [recipe], index) |
285 | 285 | ||