1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00

lttng-modules: fix dependency on kernel tracing

Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
Nicolas Thill 2015-05-13 01:19:06 +02:00
parent bb61d1da8d
commit c1923c34cf

View File

@ -26,7 +26,7 @@ define KernelPackage/lttng
SUBMENU:=Other modules SUBMENU:=Other modules
TITLE:=Linux Trace Toolkit: next generation (kernel modules) TITLE:=Linux Trace Toolkit: next generation (kernel modules)
URL:=https://lttng.org/ URL:=https://lttng.org/
DEPENDS:= @!TARGET_uml @KERNEL_FTRACE DEPENDS:= @!TARGET_uml @KERNEL_FTRACE_SYSCALLS
FILES:= \ FILES:= \
$(PKG_BUILD_DIR)/lttng-*.$(LINUX_KMOD_SUFFIX) \ $(PKG_BUILD_DIR)/lttng-*.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/lib/lttng-*.$(LINUX_KMOD_SUFFIX) \ $(PKG_BUILD_DIR)/lib/lttng-*.$(LINUX_KMOD_SUFFIX) \