Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boot/uboot: switch to host-python3
@ 2020-04-26 14:03 Francois Perrad
  2020-04-26 16:29 ` Yann E. MORIN
  2020-04-27 19:28 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2020-04-26 14:03 UTC (permalink / raw)
  To: buildroot

that fixes the following build failures with olimex_a20_olinuxino_lime*_defconfig:
https://gitlab.com/buildroot.org/buildroot/-/jobs/526035680
https://gitlab.com/buildroot.org/buildroot/-/jobs/526035682

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 boot/uboot/uboot.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 2bfa50779..688cc17cc 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -160,7 +160,7 @@ UBOOT_DEPENDENCIES += host-dtc
 endif
 
 ifeq ($(BR2_TARGET_UBOOT_NEEDS_PYLIBFDT),y)
-UBOOT_DEPENDENCIES += host-python host-swig
+UBOOT_DEPENDENCIES += host-python3 host-swig
 endif
 
 ifeq ($(BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS),y)
-- 
2.20.1

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

end of thread, other threads:[~2020-04-27 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-26 14:03 [Buildroot] [PATCH] boot/uboot: switch to host-python3 Francois Perrad
2020-04-26 16:29 ` Yann E. MORIN
2020-04-27 19:28 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox