mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] trace-cmd: add missing host-swig dependency
@ 2015-04-20  7:48 Alexander Aring
  2015-04-27  8:56 ` Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Aring @ 2015-04-20  7:48 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Aring

This patch adds a missing host-swig dependency which is needed by
trace-cmd to generate some python bindings. Without host-swig I get the
following compile error:

LD PLUGIN           plugin_sched_switch.so
  BUILD PLUGIN           plugin_mac80211.so
  BUILD PLUGIN           plugin_function.so
swig -Wall -python -noproxy ctracecmd.i
  BUILD PLUGIN           plugin_jbd2.so
make[1]: swig: Command not found
Makefile:581: recipe for target 'ctracecmd.so' failed
make[1]: *** [ctracecmd.so] Error 127
make[1]: *** Waiting for unfinished jobs....

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
 rules/trace-cmd.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules/trace-cmd.in b/rules/trace-cmd.in
index 5c1d37a..d06fe25 100644
--- a/rules/trace-cmd.in
+++ b/rules/trace-cmd.in
@@ -5,6 +5,10 @@ config TRACE_CMD
 	prompt "trace-cmd"
 	select LIBC_DL
 	select GCCLIBS_GCC_S
+	select HOST_SWIG
+	select HOST_ZLIB
+	select HOST_LIBPCRE
+	select HOST_PYTHON
 	help
 	  The trace-cmd command interacts with the Ftrace tracer that
 	  is built inside the Linux kernel. It interfaces with the
-- 
2.3.5


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-27  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20  7:48 [ptxdist] [PATCH] trace-cmd: add missing host-swig dependency Alexander Aring
2015-04-27  8:56 ` Michael Olbrich
2015-04-27  9:23   ` Alexander Aring
2015-04-27  9:54     ` Michael Olbrich

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