Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] u-boot: Add missing dependency on swig
@ 2018-07-11 15:03 Marek Vasut
  2018-07-11 15:03 ` [PATCH 2/4] u-boot: Add missing dependency on flex and bison native Marek Vasut
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Marek Vasut @ 2018-07-11 15:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Marek Vasut, Otavio Salvador

The U-Boot build, in particular the pylibfdt, depends on swig-native.
Add the missing dependency.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-bsp/u-boot/u-boot_2018.05.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/u-boot/u-boot_2018.05.bb b/meta/recipes-bsp/u-boot/u-boot_2018.05.bb
index 37c21dcaa3..3cdec00cbd 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2018.05.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2018.05.bb
@@ -1,4 +1,4 @@
 require u-boot-common_${PV}.inc
 require u-boot.inc
 
-DEPENDS += "bc-native dtc-native"
+DEPENDS += "bc-native dtc-native swig-native"
-- 
2.16.2



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

end of thread, other threads:[~2018-07-19 18:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-11 15:03 [PATCH 1/4] u-boot: Add missing dependency on swig Marek Vasut
2018-07-11 15:03 ` [PATCH 2/4] u-boot: Add missing dependency on flex and bison native Marek Vasut
2018-07-11 15:03 ` [PATCH 3/4] u-boot: Upgrade to 2018.07 release Marek Vasut
2018-07-11 15:03 ` [PATCH 4/4] qemux86*: Add U-Boot machine configuration Marek Vasut
2018-07-11 15:20 ` [PATCH 1/4] u-boot: Add missing dependency on swig Martin Jansa
2018-07-11 18:55   ` Marek Vasut
2018-07-11 16:10 ` Burton, Ross
2018-07-11 18:56   ` Marek Vasut
2018-07-19 17:00     ` Joshua Watt
2018-07-19 18:01       ` Martin Jansa

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