[Buildroot] [PATCH v2 2/2] package/tegrarcm: select host-cryptopp

Carlos Santos casantos at datacom.com.br
Thu Dec 20 23:22:49 UTC 2018


Since cryptopp now has a Config.in.host, make the depending packages
(currently only tegrarcm) select it.

Signed-off-by: Carlos Santos <casantos at datacom.com.br>
---
Changes v1->v2:
  - Explain the motivation in the commit message
  - Restore the BR2_arm dependency
---
 package/tegrarcm/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/tegrarcm/Config.in.host b/package/tegrarcm/Config.in.host
index d8cbb947d6..aeff8f158c 100644
--- a/package/tegrarcm/Config.in.host
+++ b/package/tegrarcm/Config.in.host
@@ -1,6 +1,7 @@
 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