git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bb61d1d
)
lttng-modules: fix dependency on kernel tracing
author
Nicolas Thill
<redacted>
Tue, 12 May 2015 23:19:06 +0000
(
01:19
+0200)
committer
Nicolas Thill
<redacted>
Tue, 12 May 2015 23:20:19 +0000
(
01:20
+0200)
Signed-off-by: Nicolas Thill <redacted>
devel/lttng-modules/Makefile
patch
|
blob
|
history
diff --git
a/devel/lttng-modules/Makefile
b/devel/lttng-modules/Makefile
index 85b45f4d54518dcfa947fe95b52a6abdad3690eb..99510a003917cf794068aad5bdafdbea6152ec63 100644
(file)
--- 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 @KERNEL_FTRACE
+ DEPENDS:= @!TARGET_uml @KERNEL_FTRACE
_SYSCALLS
FILES:= \
$(PKG_BUILD_DIR)/lttng-*.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/lib/lttng-*.$(LINUX_KMOD_SUFFIX) \
git clone https://git.99rst.org/PROJECT