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

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.