mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
make the documentation a bit more inclusive
Except the name of variables which can't be changed only in the documentation for obvious reasons and workflow or developement explanations around the use of the "master" branch which cannot be replaced with "development" branch instead, most of the non-inclusive words that appear in https://inclusivenaming.org/word-lists/tier-1/ should have been replaced in this patch. (From yocto-docs rev: 2755f35060084f7af356091de9dc144f85530fe2) Signed-off-by: Quentin Schulz <foss+yocto@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
99474e0d68
commit
e71983bc7d
@@ -89,7 +89,7 @@ example::
|
||||
S = "${WORKDIR}/git/python/pythonmodule"
|
||||
|
||||
then in ``setup.py`` it works with source code in a relative fashion, such
|
||||
as ``../../src``. This causes pseudo to abort as it isn't able to track
|
||||
as ``../../src``. This causes pseudo to fail as it isn't able to track
|
||||
the paths properly. This release introduces a new :term:`DISTUTILS_SETUP_PATH`
|
||||
variable so that recipes can specify it explicitly, for example::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user