mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] minicom: don't build after rootfs
@ 2021-06-12 20:38 Roland Hieber
  2021-06-29  5:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2021-06-12 20:38 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

minicom only needs /var/lock to be present. ROOTFS should always be
enabled anyways, so no need to depend on it – otherwise, minicom will
always be rebuilt after the rootfs is rebuild, which often happens e.g.
when the Git hash changes.

Fixes: 8f259a6e887248160a01 (2021-05-24, "minicom: version bump 2.6.2. -> 2.8")
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/minicom.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules/minicom.in b/rules/minicom.in
index d3580bda069a..abbb15252822 100644
--- a/rules/minicom.in
+++ b/rules/minicom.in
@@ -4,7 +4,6 @@ menuconfig MINICOM
 	tristate
 	prompt "minicom                       "
 	select NCURSES
-	select ROOTFS
 	select ROOTFS_VAR_LOCK
 	select CKERMIT			if MINICOM_KERMIT
         help
-- 
2.29.2


_______________________________________________
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:[~2021-06-29  5:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12 20:38 [ptxdist] [PATCH] minicom: don't build after rootfs Roland Hieber
2021-06-29  5:09 ` [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