mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: [ptxdist] [PATCH] host-dtc: add missing dependency host-flex
Date: Thu, 27 Aug 2020 11:33:50 +0200	[thread overview]
Message-ID: <20200827093350.1760636-1-m.tretter@pengutronix.de> (raw)

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

             reply	other threads:[~2020-08-27  9:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27  9:33 Michael Tretter [this message]
2020-09-04 17:01 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200827093350.1760636-1-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox