mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] e2fsprogs: add busybox guard
@ 2017-03-11 21:49 Alexander Dahl
  2017-03-13  9:06 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl @ 2017-03-11 21:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

We can only install one mke2fs, the one from e2fsprogs or the one from
busybox.

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 rules/e2fsprogs.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 232d25f..18879ed 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -200,8 +200,12 @@ config E2FSPROGS_INSTALL_LOGSAVE
 
 
 
+comment "BusyBox' mke2fs is selected!"
+	depends on BUSYBOX_MKE2FS
+
 config E2FSPROGS_INSTALL_MKE2FS
 	bool
+	depends on !BUSYBOX_MKE2FS || ALLYES
 	select E2FSPROGS_LIBCOM_ERR
 	select E2FSPROGS_LIBE2P
 	select E2FSPROGS_LIBEXT2FS
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] e2fsprogs: add busybox guard
  2017-03-11 21:49 [ptxdist] [PATCH] e2fsprogs: add busybox guard Alexander Dahl
@ 2017-03-13  9:06 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2017-03-13  9:06 UTC (permalink / raw)
  To: ptxdist

On Sat, Mar 11, 2017 at 10:49:45PM +0100, Alexander Dahl wrote:
> We can only install one mke2fs, the one from e2fsprogs or the one from
> busybox.
> 
> Signed-off-by: Alexander Dahl <post@lespocky.de>

Thanks, applied,

Michael

> ---
>  rules/e2fsprogs.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
> index 232d25f..18879ed 100644
> --- a/rules/e2fsprogs.in
> +++ b/rules/e2fsprogs.in
> @@ -200,8 +200,12 @@ config E2FSPROGS_INSTALL_LOGSAVE
>  
>  
>  
> +comment "BusyBox' mke2fs is selected!"
> +	depends on BUSYBOX_MKE2FS
> +
>  config E2FSPROGS_INSTALL_MKE2FS
>  	bool
> +	depends on !BUSYBOX_MKE2FS || ALLYES
>  	select E2FSPROGS_LIBCOM_ERR
>  	select E2FSPROGS_LIBE2P
>  	select E2FSPROGS_LIBEXT2FS
> -- 
> 2.1.4
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
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 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2017-03-13  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-11 21:49 [ptxdist] [PATCH] e2fsprogs: add busybox guard Alexander Dahl
2017-03-13  9:06 ` Michael Olbrich

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