It is now possible to disable the build of the python bindings, so disable them and remove the host-swig dependency.
Signed-off-by: Clemens Gruber <[email protected]> --- rules/trace-cmd.in | 1 - rules/trace-cmd.make | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/trace-cmd.in b/rules/trace-cmd.in index 7ca6656bb..5c1d37a8f 100644 --- a/rules/trace-cmd.in +++ b/rules/trace-cmd.in @@ -5,7 +5,6 @@ config TRACE_CMD prompt "trace-cmd" select LIBC_DL select GCCLIBS_GCC_S - select HOST_SWIG help The trace-cmd command interacts with the Ftrace tracer that is built inside the Linux kernel. It interfaces with the diff --git a/rules/trace-cmd.make b/rules/trace-cmd.make index ab3279073..cd37734e1 100644 --- a/rules/trace-cmd.make +++ b/rules/trace-cmd.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_TRACE_CMD) += trace-cmd # # Paths and names # -TRACE_CMD_VERSION := 2.5.2 -TRACE_CMD_MD5 := 304f28febc7a261c5a586b589c12571c +TRACE_CMD_VERSION := 2.6.1 +TRACE_CMD_MD5 := d677c8895af84d6cdb9f6a65006cc507 TRACE_CMD := trace-cmd-$(TRACE_CMD_VERSION) TRACE_CMD_SUFFIX := tar.bz2 TRACE_CMD_URL := http://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;tag=trace-cmd-v$(TRACE_CMD_VERSION) @@ -34,6 +34,7 @@ TRACE_CMD_CONF_TOOL := NO TRACE_CMD_MAKE_ENV := \ $(CROSS_ENV) \ CROSS_COMPILE=$(COMPILER_PREFIX) \ + NO_PYTHON=1 \ prefix=/usr # ---------------------------------------------------------------------------- -- 2.14.1 _______________________________________________ ptxdist mailing list [email protected]
