[Buildroot] [git commit branch/2021.02.x] package/pkg-python.mk: fix typos

Peter Korsgaard peter at korsgaard.com
Thu Jan 27 16:41:36 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=947b6bc79924101f2a7956fd291be05d5f512d6b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

s/interperter/interpreter/ and drop 'use use' / 'depend on use'.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 65054d1a1964548a72c320b075cb20a122117952)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/pkg-python.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/pkg-python.mk b/package/pkg-python.mk
index 59a48e5a87..7cdd858628 100644
--- a/package/pkg-python.mk
+++ b/package/pkg-python.mk
@@ -170,8 +170,8 @@ endif
 # - for target packages, we always depend on the default python interpreter
 #   (the one selected by the config);
 # - for host packages:
-#   - if *_NEEDS_HOST_PYTHON is not set, then we depend on use the default
-#     interperter;
+#   - if *_NEEDS_HOST_PYTHON is not set, then we use the default
+#     interpreter;
 #   - otherwise, we depend on the one requested by *_NEEDS_HOST_PYTHON.
 #
 ifeq ($(4),target)
@@ -230,8 +230,8 @@ endif # SETUP_TYPE
 # - for target packages, we always use the default python interpreter (which
 #   is the same version as the one built and installed on the target);
 # - for host packages:
-#   - if *_NEEDS_HOST_PYTHON is not set, then we use use the default
-#     interperter;
+#   - if *_NEEDS_HOST_PYTHON is not set, then we use the default
+#     interpreter;
 #   - otherwise, we use the one requested by *_NEEDS_HOST_PYTHON.
 #
 ifeq ($(4),target)



More information about the buildroot mailing list