From 041fbeecad68fb2fd3fffb10423621f58a01eb09 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 11 Feb 2015 11:52:01 +0100 Subject: [PATCH] lttng-modules: add dependency on kernel tracing Fixes: #888 Signed-off-by: Nicolas Thill --- devel/lttng-modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/lttng-modules/Makefile b/devel/lttng-modules/Makefile index bf5937125..1fcfa73da 100644 --- a/devel/lttng-modules/Makefile +++ b/devel/lttng-modules/Makefile @@ -26,7 +26,7 @@ define KernelPackage/lttng SUBMENU:=Other modules TITLE:=Linux Trace Toolkit: next generation (kernel modules) URL:=https://lttng.org/ - DEPENDS:= @!TARGET_uml + DEPENDS:= @!TARGET_uml @KERNEL_FTRACE FILES:= \ $(PKG_BUILD_DIR)/lttng-*.$(LINUX_KMOD_SUFFIX) \ $(PKG_BUILD_DIR)/lib/lttng-*.$(LINUX_KMOD_SUFFIX) \