diff options
| author | Omri Sarig <omri.sarig13@gmail.com> | 2025-02-04 14:08:40 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 13:00:45 +0000 |
| commit | 1141e202e7719167e1fdfcdf036fb92d7638c625 (patch) | |
| tree | 8de8fb871324178e28476667af2fdc0aede0676a /meta/recipes-devtools/python/python3 | |
| parent | 4f60c1d0293eaea2fb050b92d0ec013ea7bc2d79 (diff) | |
| download | poky-1141e202e7719167e1fdfcdf036fb92d7638c625.tar.gz | |
python3: Fix typo in create_manifest3.py
Fixed a misspelled "posible" to "possible".
(From OE-Core rev: 7e2d743e4809d6cbaa8e441dc42624eb65daad63)
Signed-off-by: Omri Sarig <omri.sarig13@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
| -rw-r--r-- | meta/recipes-devtools/python/python3/create_manifest3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/create_manifest3.py b/meta/recipes-devtools/python/python3/create_manifest3.py index 045240ea0b..288d5ede3a 100644 --- a/meta/recipes-devtools/python/python3/create_manifest3.py +++ b/meta/recipes-devtools/python/python3/create_manifest3.py | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # This script is used as a bitbake task to create a new python manifest | 1 | # This script is used as a bitbake task to create a new python manifest |
| 2 | # $ bitbake python -c create_manifest | 2 | # $ bitbake python -c create_manifest |
| 3 | # | 3 | # |
| 4 | # Our goal is to keep python-core as small as posible and add other python | 4 | # Our goal is to keep python-core as small as possible and add other python |
| 5 | # packages only when the user needs them, hence why we split upstream python | 5 | # packages only when the user needs them, hence why we split upstream python |
| 6 | # into several packages. | 6 | # into several packages. |
| 7 | # | 7 | # |
