mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] lib: select BASE64 if BLOBGEN is selected
@ 2019-05-23 10:08 Rouven Czerwinski
  2019-05-24  6:03 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Rouven Czerwinski @ 2019-05-23 10:08 UTC (permalink / raw)
  To: barebox; +Cc: Rouven Czerwinski

Blobgen requires the BASE64 libraries, select them to provide them if
BLOBGEN is selected.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
 lib/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Kconfig b/lib/Kconfig
index 7cf6975bcc..af178217f8 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -159,6 +159,7 @@ config NLS
         bool "Native language support"
 
 config BLOBGEN
+	select BASE64
 	bool "include blob encode/decode support"
 
 endmenu
-- 
2.21.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] lib: select BASE64 if BLOBGEN is selected
  2019-05-23 10:08 [PATCH] lib: select BASE64 if BLOBGEN is selected Rouven Czerwinski
@ 2019-05-24  6:03 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-05-24  6:03 UTC (permalink / raw)
  To: Rouven Czerwinski; +Cc: barebox

On Thu, May 23, 2019 at 12:08:13PM +0200, Rouven Czerwinski wrote:
> Blobgen requires the BASE64 libraries, select them to provide them if
> BLOBGEN is selected.
> 
> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
> ---
>  lib/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-05-24  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 10:08 [PATCH] lib: select BASE64 if BLOBGEN is selected Rouven Czerwinski
2019-05-24  6:03 ` Sascha Hauer

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