mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] wireshark: Fix targetinstall stage
@ 2012-07-14 19:57 Juergen Beisert
  0 siblings, 0 replies; only message in thread
From: Juergen Beisert @ 2012-07-14 19:57 UTC (permalink / raw)
  To: ptxdist

When tshark is not enabled the targetinstall stage must not try to install it.

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>

diff --git a/rules/wireshark.make b/rules/wireshark.make
index 13fb818..fbf666f 100644
--- a/rules/wireshark.make
+++ b/rules/wireshark.make
@@ -81,8 +81,9 @@ $(STATEDIR)/wireshark.targetinstall:
 #
 	@$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/capinfos)
 	@$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/dumpcap)
-	@$(call install_copy, wireshark, 0, 0, 0755, -, \
-		/usr/bin/tshark)
+ifdef PTXCONF_WIRESHARK_TSHARK
+	@$(call install_copy, wireshark, 0, 0, 0755, -, /usr/bin/tshark)
+endif
 #
 # libraries used by some of the executables
 #

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-14 19:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-14 19:57 [ptxdist] [PATCH] wireshark: Fix targetinstall stage Juergen Beisert

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