All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gesftpserver: Add host-python as dependency
@ 2021-06-23  8:36 Andreas Naumann
  2021-06-23  9:05 ` Baruch Siach
  2021-07-03 20:56 ` Thomas Petazzoni
  0 siblings, 2 replies; 8+ messages in thread
From: Andreas Naumann @ 2021-06-23  8:36 UTC (permalink / raw)
  To: buildroot

gesftpserver needs python for the configure step.

Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
---
 package/gesftpserver/gesftpserver.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gesftpserver/gesftpserver.mk b/package/gesftpserver/gesftpserver.mk
index 85511a3c97..c67fdb3f79 100644
--- a/package/gesftpserver/gesftpserver.mk
+++ b/package/gesftpserver/gesftpserver.mk
@@ -19,7 +19,7 @@ GESFTPSERVER_CPE_ID_PRODUCT = sftpserver
 GESFTPSERVER_CONF_ENV = LIBS=-lpthread
 
 # overwrite openssh version if enabled
-GESFTPSERVER_DEPENDENCIES += \
+GESFTPSERVER_DEPENDENCIES += host-python \
 	$(if $(BR2_ENABLE_LOCALE),,libiconv) \
 	$(if $(BR2_PACKAGE_OPENSSH),openssh)
 
-- 
2.32.0

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

end of thread, other threads:[~2021-07-03 20:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23  8:36 [Buildroot] [PATCH 1/1] package/gesftpserver: Add host-python as dependency Andreas Naumann
2021-06-23  9:05 ` Baruch Siach
2021-06-23  9:35   ` Peter Korsgaard
2021-06-23 10:00     ` Andreas Naumann
2021-06-23 10:30       ` Andreas Naumann
2021-06-23 11:45         ` Peter Korsgaard
2021-06-24 12:34           ` Andreas Naumann
2021-07-03 20:56 ` Thomas Petazzoni

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.