summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmri Sarig <omri.sarig13@gmail.com>2025-02-04 14:08:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-05 13:00:45 +0000
commit4f60c1d0293eaea2fb050b92d0ec013ea7bc2d79 (patch)
treef00cda39da25acacf8c38cb2460c3eca2cb731d8
parent10dce263f0230f94a44a017b5614811e696c5ce9 (diff)
downloadpoky-4f60c1d0293eaea2fb050b92d0ec013ea7bc2d79.tar.gz
python3: Fix typo in python3-manifest.json
Fix a wrong "the" to be the intended "that". (From OE-Core rev: fe55f05a7068ba7b277a253058fdcc8964222bc1) 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>
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index f99cc5e2f0..441830833b 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -1,7 +1,7 @@
1# DO NOT (entirely) modify this file manually, please read. 1# DO NOT (entirely) modify this file manually, please read.
2# 2#
3# IMPORTANT NOTE: 3# IMPORTANT NOTE:
4# Please keep in mind that the create_manifest task relies on the fact the the 4# Please keep in mind that the create_manifest task relies on the fact that the
5# target and native Python packages are the same, and it also needs to be executed 5# target and native Python packages are the same, and it also needs to be executed
6# with a fully working native package (with all the PACKAGECONFIGs enabled and all 6# with a fully working native package (with all the PACKAGECONFIGs enabled and all
7# and all the modules should be working, check log.do_compile), otherwise the script 7# and all the modules should be working, check log.do_compile), otherwise the script