From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200827093350.1760636-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 04 Sep 2020 19:01:34 +0200 Subject: Re: [ptxdist] [APPLIED] host-dtc: add missing dependency host-flex List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Michael Tretter Thanks, applied as 315ca2e2290031343c24b0697f41b052bc1729bc. Michael [sent from post-receive hook] On Fri, 04 Sep 2020 19:01:34 +0200, Michael Tretter 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 > Message-Id: <20200827093350.1760636-1-m.tretter@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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