[Buildroot] [PATCH 2/2] package/tegrarcm: select host-cryptopp and drop BR2_arm dependency

Carlos Santos casantos at datacom.com.br
Wed Dec 12 02:56:05 UTC 2018


- It is not be strictly necessary to select host-cryptopp but let's do
  it like other host packages do.

- There is no reason to depend on the target architecture, since it's a
  host tool.

Yes, we could have separate commits to select host-cryptopp and drop
BR2_arm dependency but that would be overkill.

Signed-off-by: Carlos Santos <casantos at datacom.com.br>
---
 package/tegrarcm/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tegrarcm/Config.in.host b/package/tegrarcm/Config.in.host
index d8cbb947d6..3411501a72 100644
--- a/package/tegrarcm/Config.in.host
+++ b/package/tegrarcm/Config.in.host
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_HOST_TEGRARCM
 	bool "host tegrarcm"
-	depends on BR2_arm || BR2_armeb
+	select BR2_PACKAGE_HOST_CRYPTOPP
 	help
 	  This program is used to send code to a Tegra device in
 	  recovery mode.
-- 
2.19.2




More information about the buildroot mailing list