All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/pkg-python.mk: fixup typo, PYTHON#_PATH --> PHYON3_PATH
@ 2020-06-18  4:55 Yi Zheng
  2020-06-18  6:53 ` Yann E. MORIN
  2020-07-15 19:36 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Yi Zheng @ 2020-06-18  4:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Brock.Zheng <goodmenzy@gmail.com>
---
 package/pkg-python.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pkg-python.mk b/package/pkg-python.mk
index 31b53e281b..59a48e5a87 100644
--- a/package/pkg-python.mk
+++ b/package/pkg-python.mk
@@ -23,7 +23,7 @@
 # basename does not evaluate if a file exists, so we must check to ensure
 # the _sysconfigdata__linux_*.py file exists. The "|| true" is added to return
 # an empty string if the file does not exist.
-PKG_PYTHON_SYSCONFIGDATA_PATH = $(PYTHON#_PATH)/_sysconfigdata__linux_*.py
+PKG_PYTHON_SYSCONFIGDATA_PATH = $(PYTHON3_PATH)/_sysconfigdata__linux_*.py
 PKG_PYTHON_SYSCONFIGDATA_NAME = `{ [ -e
$(PKG_PYTHON_SYSCONFIGDATA_PATH) ] && basename
$(PKG_PYTHON_SYSCONFIGDATA_PATH) .py; } || true`

 # Target distutils-based packages
--
2.27.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/pkg-python.mk: fixup typo, PYTHON#_PATH --> PHYON3_PATH
  2020-06-18  4:55 [Buildroot] [PATCH] package/pkg-python.mk: fixup typo, PYTHON#_PATH --> PHYON3_PATH Yi Zheng
@ 2020-06-18  6:53 ` Yann E. MORIN
  2020-07-15 19:36 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-06-18  6:53 UTC (permalink / raw)
  To: buildroot

Yi, All,

On 2020-06-18 12:55 +0800, Yi Zheng spake thusly:
> Signed-off-by: Brock.Zheng <goodmenzy@gmail.com>

Applied to master, after fixing the mess introduced by gmail. Thanks!

Regards,
Yann E. MORIN.

> ---
>  package/pkg-python.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/pkg-python.mk b/package/pkg-python.mk
> index 31b53e281b..59a48e5a87 100644
> --- a/package/pkg-python.mk
> +++ b/package/pkg-python.mk
> @@ -23,7 +23,7 @@
>  # basename does not evaluate if a file exists, so we must check to ensure
>  # the _sysconfigdata__linux_*.py file exists. The "|| true" is added to return
>  # an empty string if the file does not exist.
> -PKG_PYTHON_SYSCONFIGDATA_PATH = $(PYTHON#_PATH)/_sysconfigdata__linux_*.py
> +PKG_PYTHON_SYSCONFIGDATA_PATH = $(PYTHON3_PATH)/_sysconfigdata__linux_*.py
>  PKG_PYTHON_SYSCONFIGDATA_NAME = `{ [ -e
> $(PKG_PYTHON_SYSCONFIGDATA_PATH) ] && basename
> $(PKG_PYTHON_SYSCONFIGDATA_PATH) .py; } || true`
> 
>  # Target distutils-based packages
> --
> 2.27.0

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/pkg-python.mk: fixup typo, PYTHON#_PATH --> PHYON3_PATH
  2020-06-18  4:55 [Buildroot] [PATCH] package/pkg-python.mk: fixup typo, PYTHON#_PATH --> PHYON3_PATH Yi Zheng
  2020-06-18  6:53 ` Yann E. MORIN
@ 2020-07-15 19:36 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-07-15 19:36 UTC (permalink / raw)
  To: buildroot

>>>>> "Yi" == Yi Zheng <goodmenzy@gmail.com> writes:

 > Signed-off-by: Brock.Zheng <goodmenzy@gmail.com>

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-15 19:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18  4:55 [Buildroot] [PATCH] package/pkg-python.mk: fixup typo, PYTHON#_PATH --> PHYON3_PATH Yi Zheng
2020-06-18  6:53 ` Yann E. MORIN
2020-07-15 19:36 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.