From: Juergen Beisert <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] wireshark: Fix targetinstall stage
Date: Sat, 14 Jul 2012 21:57:57 +0200 [thread overview]
Message-ID: <201207142157.57591.jbe@pengutronix.de> (raw)
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
reply other threads:[~2012-07-14 19:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=201207142157.57591.jbe@pengutronix.de \
--to=jbe@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