mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-dtc: add missing dependency host-flex
@ 2020-08-27  9:33 Michael Tretter
  2020-09-04 17:01 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2020-08-27  9:33 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Building the dtc fails if flex is not installed. As ptxdist requires
flex as build dependency, the host usually already has flex and the
missing dependency is hidden.

Add host-flex as a explicit dependency for host-dtc.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 platforms/host-dtc.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/host-dtc.in b/platforms/host-dtc.in
index 5f6fb0f48872..4567464c3d6b 100644
--- a/platforms/host-dtc.in
+++ b/platforms/host-dtc.in
@@ -2,6 +2,7 @@
 
 menuconfig HOST_DTC
 	tristate "dtc                           "
+	select HOST_FLEX
 	help
 	  Select this if the HOST_DTC tool is required without
 	  building a device tree. (It is also used for building
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [APPLIED] host-dtc: add missing dependency host-flex
  2020-08-27  9:33 [ptxdist] [PATCH] host-dtc: add missing dependency host-flex Michael Tretter
@ 2020-09-04 17:01 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-09-04 17:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Thanks, applied as 315ca2e2290031343c24b0697f41b052bc1729bc.

Michael

[sent from post-receive hook]

On Fri, 04 Sep 2020 19:01:34 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> Building the dtc fails if flex is not installed. As ptxdist requires
> flex as build dependency, the host usually already has flex and the
> missing dependency is hidden.
> 
> Add host-flex as a explicit dependency for host-dtc.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20200827093350.1760636-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/platforms/host-dtc.in b/platforms/host-dtc.in
> index 5f6fb0f48872..4567464c3d6b 100644
> --- a/platforms/host-dtc.in
> +++ b/platforms/host-dtc.in
> @@ -2,6 +2,7 @@
>  
>  menuconfig HOST_DTC
>  	tristate "dtc                           "
> +	select HOST_FLEX
>  	help
>  	  Select this if the HOST_DTC tool is required without
>  	  building a device tree. (It is also used for building

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

end of thread, other threads:[~2020-09-04 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27  9:33 [ptxdist] [PATCH] host-dtc: add missing dependency host-flex Michael Tretter
2020-09-04 17:01 ` [ptxdist] [APPLIED] " Michael Olbrich

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