summaryrefslogtreecommitdiffstats
path: root/rules/ltt-control.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-16 10:36:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-16 10:36:44 +0200
commit21e7048b0154d1074614486217d351a30a6576bc (patch)
tree51a93cc56f4eeb770db5b76efcba89f9d2de584b /rules/ltt-control.make
parent8f4e4e3cb61435edf5e8335271a9f5081d73f970 (diff)
downloadptxdist-21e7048b0154d1074614486217d351a30a6576bc.tar.gz
ptxdist-21e7048b0154d1074614486217d351a30a6576bc.tar.xz
[ltt-control] version bump 0.63-03012009 -> 0.87-09062010
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/ltt-control.make')
-rw-r--r--rules/ltt-control.make12
1 files changed, 4 insertions, 8 deletions
diff --git a/rules/ltt-control.make b/rules/ltt-control.make
index 2cd9fa22f..d3ee6d09c 100644
--- a/rules/ltt-control.make
+++ b/rules/ltt-control.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_LTT_CONTROL) += ltt-control
#
# Paths and names
#
-LTT_CONTROL_VERSION := 0.63-03012009
+LTT_CONTROL_VERSION := 0.87-09062010
LTT_CONTROL := ltt-control-$(LTT_CONTROL_VERSION)
LTT_CONTROL_SUFFIX := tar.gz
-LTT_CONTROL_URL := http://ltt.polymtl.ca/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
+LTT_CONTROL_URL := http://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
LTT_CONTROL_SOURCE := $(SRCDIR)/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
LTT_CONTROL_DIR := $(BUILDDIR)/$(LTT_CONTROL)
@@ -63,12 +63,8 @@ $(STATEDIR)/ltt-control.targetinstall:
@$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttctl)
@$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttd)
- @$(call install_copy, ltt-control, 0, 0, 0644, -, \
- /usr/lib/liblttctl.so.0.0.0)
- @$(call install_link, ltt-control, liblttctl.so.0.0.0, \
- /usr/lib/liblttctl.so.0)
- @$(call install_link, ltt-control, liblttctl.so.0.0.0, \
- /usr/lib/liblttctl.so)
+ @$(call install_lib, ltt-control, 0, 0, 0644, liblttctl)
+ @$(call install_lib, ltt-control, 0, 0, 0644, liblttd)
@$(call install_finish, ltt-control)