* [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging
@ 2026-05-04 12:37 Thorsten Scherer
2026-05-04 12:57 ` Thorsten Scherer
0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Scherer @ 2026-05-04 12:37 UTC (permalink / raw)
To: ptxdist; +Cc: Thorsten Scherer
Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
rules/ltt-control.in | 14 ----------
rules/ltt-control.make | 59 ------------------------------------------
2 files changed, 73 deletions(-)
delete mode 100644 rules/ltt-control.in
delete mode 100644 rules/ltt-control.make
diff --git a/rules/ltt-control.in b/rules/ltt-control.in
deleted file mode 100644
index b6a53798b94e..000000000000
--- a/rules/ltt-control.in
+++ /dev/null
@@ -1,14 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=debug_tools
-
-config LTT_CONTROL
- tristate
- prompt "ltt-control"
- select LIBC_PTHREAD
- help
- Linux Trace Toolkit ltt-control
-
- STAGING: remove in PTXdist 2026.03.0
- Unmaintained in PTXdist, upstream dead and fails to build with
- current toolchains.
diff --git a/rules/ltt-control.make b/rules/ltt-control.make
deleted file mode 100644
index c1019f722e41..000000000000
--- a/rules/ltt-control.make
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 by Sascha Hauer
-# 2010 Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_LTT_CONTROL) += ltt-control
-
-#
-# Paths and names
-#
-LTT_CONTROL_VERSION := 0.87-09062010
-LTT_CONTROL_MD5 := 8054b5dabebdc524ac747efd1d9c5b88
-LTT_CONTROL := ltt-control-$(LTT_CONTROL_VERSION)
-LTT_CONTROL_SUFFIX := tar.gz
-LTT_CONTROL_URL := https://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
-LTT_CONTROL_SOURCE := $(SRCDIR)/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
-LTT_CONTROL_DIR := $(BUILDDIR)/$(LTT_CONTROL)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# autoconf
-#
-LTT_CONTROL_CONF_TOOL := autoconf
-LTT_CONTROL_CONF_OPT := $(CROSS_AUTOCONF_USR)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ltt-control.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, ltt-control)
- @$(call install_fixup, ltt-control,PRIORITY,optional)
- @$(call install_fixup, ltt-control,SECTION,base)
- @$(call install_fixup, ltt-control,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
- @$(call install_fixup, ltt-control,DESCRIPTION,missing)
-
- @$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttctl)
- @$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttd)
-
- @$(call install_lib, ltt-control, 0, 0, 0644, liblttctl)
- @$(call install_lib, ltt-control, 0, 0, 0644, liblttd)
-
- @$(call install_finish, ltt-control)
-
- @$(call touch)
-
-# vim: syntax=make
--
2.53.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging
2026-05-04 12:37 [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging Thorsten Scherer
@ 2026-05-04 12:57 ` Thorsten Scherer
0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Scherer @ 2026-05-04 12:57 UTC (permalink / raw)
To: ptxdist
I messed this one up. Please ignore the patch not attached to the
thread.
Best regards,
Thorsten
On Mon, May 04, 2026 at 02:37:48PM +0200, Thorsten Scherer wrote:
> Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
> ---
> rules/ltt-control.in | 14 ----------
> rules/ltt-control.make | 59 ------------------------------------------
> 2 files changed, 73 deletions(-)
> delete mode 100644 rules/ltt-control.in
> delete mode 100644 rules/ltt-control.make
>
> diff --git a/rules/ltt-control.in b/rules/ltt-control.in
> deleted file mode 100644
> index b6a53798b94e..000000000000
> --- a/rules/ltt-control.in
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=debug_tools
> -
> -config LTT_CONTROL
> - tristate
> - prompt "ltt-control"
> - select LIBC_PTHREAD
> - help
> - Linux Trace Toolkit ltt-control
> -
> - STAGING: remove in PTXdist 2026.03.0
> - Unmaintained in PTXdist, upstream dead and fails to build with
> - current toolchains.
> diff --git a/rules/ltt-control.make b/rules/ltt-control.make
> deleted file mode 100644
> index c1019f722e41..000000000000
> --- a/rules/ltt-control.make
> +++ /dev/null
> @@ -1,59 +0,0 @@
> -# -*-makefile-*-
> -#
> -# Copyright (C) 2007 by Sascha Hauer
> -# 2010 Michael Olbrich <m.olbrich@pengutronix.de>
> -#
> -# For further information about the PTXdist project and license conditions
> -# see the README file.
> -#
> -
> -#
> -# We provide this package
> -#
> -PACKAGES-$(PTXCONF_LTT_CONTROL) += ltt-control
> -
> -#
> -# Paths and names
> -#
> -LTT_CONTROL_VERSION := 0.87-09062010
> -LTT_CONTROL_MD5 := 8054b5dabebdc524ac747efd1d9c5b88
> -LTT_CONTROL := ltt-control-$(LTT_CONTROL_VERSION)
> -LTT_CONTROL_SUFFIX := tar.gz
> -LTT_CONTROL_URL := https://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
> -LTT_CONTROL_SOURCE := $(SRCDIR)/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
> -LTT_CONTROL_DIR := $(BUILDDIR)/$(LTT_CONTROL)
> -
> -# ----------------------------------------------------------------------------
> -# Prepare
> -# ----------------------------------------------------------------------------
> -
> -#
> -# autoconf
> -#
> -LTT_CONTROL_CONF_TOOL := autoconf
> -LTT_CONTROL_CONF_OPT := $(CROSS_AUTOCONF_USR)
> -
> -# ----------------------------------------------------------------------------
> -# Target-Install
> -# ----------------------------------------------------------------------------
> -
> -$(STATEDIR)/ltt-control.targetinstall:
> - @$(call targetinfo)
> -
> - @$(call install_init, ltt-control)
> - @$(call install_fixup, ltt-control,PRIORITY,optional)
> - @$(call install_fixup, ltt-control,SECTION,base)
> - @$(call install_fixup, ltt-control,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
> - @$(call install_fixup, ltt-control,DESCRIPTION,missing)
> -
> - @$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttctl)
> - @$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttd)
> -
> - @$(call install_lib, ltt-control, 0, 0, 0644, liblttctl)
> - @$(call install_lib, ltt-control, 0, 0, 0644, liblttd)
> -
> - @$(call install_finish, ltt-control)
> -
> - @$(call touch)
> -
> -# vim: syntax=make
> --
> 2.53.0
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ptxdist] [PATCH 00/42] treewide: Remove after one year in staging
@ 2026-05-04 12:12 Thorsten Scherer
2026-05-04 12:52 ` [ptxdist] [PATCH 20/42] ltt-control: " Thorsten Scherer
0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Scherer @ 2026-05-04 12:12 UTC (permalink / raw)
To: ptxdist; +Cc: Thorsten Scherer
Remove packages which are marked to be removed from staging in
ptxdist-2026.03.0 or ptxdist-2026.04.0 .
I assume that this series will not be applied as a whole. Feel free to
pick any patch that suits you (if any at all).
Thorsten Scherer (42):
archivemount: Remove after one year in staging
argtable2: Remove after one year in staging
bing: Remove after one year in staging
calibrator: Remove after one year in staging
daemonize: Remove after one year in staging
dhex: Remove after one year in staging
dialog: Remove after one year in staging
frodo: Remove after one year in staging
gnuplot: Remove after one year in staging
latencytop: Remove after one year in staging
latrace: Remove after one year in staging
libcli: Remove after one year in staging
libgee: Remove after one year in staging
libiodbc: Remove after one year in staging
liblockfile: Remove after one year in staging
libmikmod: Remove after one year in staging
liburcu: Remove after one year in staging
links: Remove after one year in staging
lsuio: Remove after one year in staging
ltt-control: Remove after one year in staging
lua-filesystem: Remove after one year in staging
media-session: Remove after one year in staging
mtd-oopslog: Remove after one year in staging
openct: Remove after one year in staging
pcmciautils: Remove after one year in staging
pslib: Remove after one year in staging
sched_switch: Remove after one year in staging
schedtool: Remove after one year in staging
sdl-gfx: Remove after one year in staging
sdl-ttf: Remove after one year in staging
sdl: Remove after one year in staging
sdl_image: Remove after one year in staging
sdl_mixer: Remove after one year in staging
setserial: Remove after one year in staging
smtpclient: Remove after one year in staging
ssmtp: Remove after one year in staging
supertux: Remove after one year in staging
utelnetd: Remove after one year in staging
wireshark: Remove after one year in staging
xerces: Remove after one year in staging
xterm: Remove after one year in staging
zsync: Remove after one year in staging
...-round-_round-to-avoid-name-conficts.patch | 104 ----
patches/calibrator-20070821-1/series | 3 -
.../0001-install-to-DESTDIR.patch | 22 -
patches/daemonize-1.4/series | 4 -
...S-when-building-the-documentation-ge.patch | 30 -
patches/gnuplot-4.6.7/series | 4 -
.../latencytop-0.5/repair-cross-compile.patch | 30 -
patches/latencytop-0.5/series | 1 -
...1-Buildsystem-fix-configure-creation.patch | 25 -
...02-Buildsystem-fix-cross-compilation.patch | 53 --
...03-Fix-scanner-config-for-flex-2.6.x.patch | 30 -
patches/latrace-0.5.11/autogen.sh | 1 -
patches/latrace-0.5.11/series | 6 -
...001-iodbc-config-add-SYSROOT-support.patch | 51 --
patches/libiodbc-3.52.7/series | 1 -
.../0001-Makefile-make-ar-overwritable.patch | 32 --
patches/liblockfile-1.08/series | 1 -
.../0001-libmikmod-add-LDFLAGS.patch | 24 -
...mikmod-apply-patch-for-CVE-2010-2971.patch | 35 --
...teach-libmikmod-config-about-sysroot.patch | 31 -
patches/libmikmod-3.1.12/series | 6 -
...Handle-too-large-PC-SC-buffer-values.patch | 77 ---
patches/openct-0.6.20/series | 4 -
.../sched_switch-0.1/fix-cross-compile.patch | 26 -
patches/sched_switch-0.1/series | 1 -
patches/setserial-2.17/series | 1 -
.../setserial-tiocghayesesp-build-fix.patch | 28 -
.../0001-use-LDFLAGS-for-linking.patch | 25 -
.../0002-use-DESTDIR-when-installing.patch | 72 ---
...0003-make-installing-non-interactive.patch | 34 --
...using-ssl-link-against-libcrypto-too.patch | 35 --
patches/ssmtp-2.64/autogen.sh | 1 -
patches/ssmtp-2.64/series | 7 -
.../remove-qualification-member.diff | 23 -
patches/supertux-0.1.3/series | 1 -
...1-help_url-add-forgotten-HAVE_EXTCAP.patch | 25 -
patches/wireshark-2.0.3/series | 4 -
patches/xerces-c-src_2_7_0/series | 1 -
.../xerces-c-src_2_7_0-linkerpaths.diff | 531 ------------------
...make-sure-config.h-is-included-first.patch | 42 --
patches/zsync-0.6.2/series | 4 -
rules/archivemount.in | 25 -
rules/archivemount.make | 45 --
rules/argtable2.in | 21 -
rules/argtable2.make | 61 --
rules/bing.in | 25 -
rules/bing.make | 53 --
rules/calibrator.in | 18 -
rules/calibrator.make | 61 --
rules/daemonize.in | 15 -
rules/daemonize.make | 58 --
rules/dhex.in | 15 -
rules/dhex.make | 58 --
rules/dialog.in | 19 -
rules/dialog.make | 76 ---
rules/frodo.in | 39 --
rules/frodo.make | 91 ---
rules/gnuplot.in | 73 ---
rules/gnuplot.make | 114 ----
rules/latencytop.in | 30 -
rules/latencytop.make | 61 --
rules/latrace.in | 28 -
rules/latrace.make | 75 ---
rules/libcli.in | 14 -
rules/libcli.make | 69 ---
rules/libgee.in | 15 -
rules/libgee.make | 58 --
rules/libiodbc.in | 57 --
rules/libiodbc.make | 65 ---
rules/liblockfile.in | 18 -
rules/liblockfile.make | 61 --
rules/libmikmod.in | 14 -
rules/libmikmod.make | 69 ---
rules/liburcu.in | 31 -
rules/liburcu.make | 65 ---
rules/links.in | 75 ---
rules/links.make | 77 ---
rules/lsuio.in | 12 -
rules/lsuio.make | 56 --
rules/ltt-control.in | 14 -
rules/ltt-control.make | 59 --
rules/lua-filesystem.in | 14 -
rules/lua-filesystem.make | 58 --
rules/media-session.in | 36 --
rules/media-session.make | 94 ----
rules/mtd-oopslog.in | 13 -
rules/mtd-oopslog.make | 68 ---
rules/openct.in | 54 --
rules/openct.make | 85 ---
rules/pcmciautils.in | 39 --
rules/pcmciautils.make | 82 ---
rules/pslib.in | 34 --
rules/pslib.make | 69 ---
rules/sched_switch.in | 17 -
rules/sched_switch.make | 57 --
rules/schedtool.in | 13 -
rules/schedtool.make | 54 --
rules/sdl-gfx.in | 15 -
rules/sdl-gfx.make | 58 --
rules/sdl-ttf.in | 20 -
rules/sdl-ttf.make | 63 ---
rules/sdl.in | 145 -----
rules/sdl.make | 137 -----
rules/sdl_image.in | 58 --
rules/sdl_image.make | 73 ---
rules/sdl_mixer.in | 56 --
rules/sdl_mixer.make | 72 ---
rules/setserial.in | 16 -
rules/setserial.make | 57 --
rules/smtpclient.in | 14 -
rules/smtpclient.make | 63 ---
rules/ssmtp.in | 47 --
rules/ssmtp.make | 73 ---
rules/supertux.in | 26 -
rules/supertux.make | 63 ---
rules/utelnetd.in | 29 -
rules/utelnetd.make | 74 ---
rules/wireshark.in | 25 -
rules/wireshark.make | 120 ----
rules/xerces.in | 23 -
rules/xerces.make | 61 --
rules/xterm.in | 22 -
rules/xterm.make | 69 ---
rules/zsync.in | 25 -
rules/zsync.make | 55 --
125 files changed, 5672 deletions(-)
delete mode 100644 patches/calibrator-20070821-1/0001-rename-round-_round-to-avoid-name-conficts.patch
delete mode 100644 patches/calibrator-20070821-1/series
delete mode 100644 patches/daemonize-1.4/0001-install-to-DESTDIR.patch
delete mode 100644 patches/daemonize-1.4/series
delete mode 100644 patches/gnuplot-4.6.7/0001-Don-t-use-LDFLAGS-when-building-the-documentation-ge.patch
delete mode 100644 patches/gnuplot-4.6.7/series
delete mode 100644 patches/latencytop-0.5/repair-cross-compile.patch
delete mode 100644 patches/latencytop-0.5/series
delete mode 100644 patches/latrace-0.5.11/0001-Buildsystem-fix-configure-creation.patch
delete mode 100644 patches/latrace-0.5.11/0002-Buildsystem-fix-cross-compilation.patch
delete mode 100644 patches/latrace-0.5.11/0003-Fix-scanner-config-for-flex-2.6.x.patch
delete mode 120000 patches/latrace-0.5.11/autogen.sh
delete mode 100644 patches/latrace-0.5.11/series
delete mode 100644 patches/libiodbc-3.52.7/0001-iodbc-config-add-SYSROOT-support.patch
delete mode 100644 patches/libiodbc-3.52.7/series
delete mode 100644 patches/liblockfile-1.08/0001-Makefile-make-ar-overwritable.patch
delete mode 100644 patches/liblockfile-1.08/series
delete mode 100644 patches/libmikmod-3.1.12/0001-libmikmod-add-LDFLAGS.patch
delete mode 100644 patches/libmikmod-3.1.12/0002-libmikmod-apply-patch-for-CVE-2010-2971.patch
delete mode 100644 patches/libmikmod-3.1.12/0003-teach-libmikmod-config-about-sysroot.patch
delete mode 100644 patches/libmikmod-3.1.12/series
delete mode 100644 patches/openct-0.6.20/0001-Handle-too-large-PC-SC-buffer-values.patch
delete mode 100644 patches/openct-0.6.20/series
delete mode 100644 patches/sched_switch-0.1/fix-cross-compile.patch
delete mode 100644 patches/sched_switch-0.1/series
delete mode 100644 patches/setserial-2.17/series
delete mode 100644 patches/setserial-2.17/setserial-tiocghayesesp-build-fix.patch
delete mode 100644 patches/ssmtp-2.64/0001-use-LDFLAGS-for-linking.patch
delete mode 100644 patches/ssmtp-2.64/0002-use-DESTDIR-when-installing.patch
delete mode 100644 patches/ssmtp-2.64/0003-make-installing-non-interactive.patch
delete mode 100644 patches/ssmtp-2.64/0004-configure-if-using-ssl-link-against-libcrypto-too.patch
delete mode 120000 patches/ssmtp-2.64/autogen.sh
delete mode 100644 patches/ssmtp-2.64/series
delete mode 100644 patches/supertux-0.1.3/remove-qualification-member.diff
delete mode 100644 patches/supertux-0.1.3/series
delete mode 100644 patches/wireshark-2.0.3/0001-help_url-add-forgotten-HAVE_EXTCAP.patch
delete mode 100644 patches/wireshark-2.0.3/series
delete mode 100644 patches/xerces-c-src_2_7_0/series
delete mode 100644 patches/xerces-c-src_2_7_0/xerces-c-src_2_7_0-linkerpaths.diff
delete mode 100644 patches/zsync-0.6.2/0001-make-sure-config.h-is-included-first.patch
delete mode 100644 patches/zsync-0.6.2/series
delete mode 100644 rules/archivemount.in
delete mode 100644 rules/archivemount.make
delete mode 100644 rules/argtable2.in
delete mode 100644 rules/argtable2.make
delete mode 100644 rules/bing.in
delete mode 100644 rules/bing.make
delete mode 100644 rules/calibrator.in
delete mode 100644 rules/calibrator.make
delete mode 100644 rules/daemonize.in
delete mode 100644 rules/daemonize.make
delete mode 100644 rules/dhex.in
delete mode 100644 rules/dhex.make
delete mode 100644 rules/dialog.in
delete mode 100644 rules/dialog.make
delete mode 100644 rules/frodo.in
delete mode 100644 rules/frodo.make
delete mode 100644 rules/gnuplot.in
delete mode 100644 rules/gnuplot.make
delete mode 100644 rules/latencytop.in
delete mode 100644 rules/latencytop.make
delete mode 100644 rules/latrace.in
delete mode 100644 rules/latrace.make
delete mode 100644 rules/libcli.in
delete mode 100644 rules/libcli.make
delete mode 100644 rules/libgee.in
delete mode 100644 rules/libgee.make
delete mode 100644 rules/libiodbc.in
delete mode 100644 rules/libiodbc.make
delete mode 100644 rules/liblockfile.in
delete mode 100644 rules/liblockfile.make
delete mode 100644 rules/libmikmod.in
delete mode 100644 rules/libmikmod.make
delete mode 100644 rules/liburcu.in
delete mode 100644 rules/liburcu.make
delete mode 100644 rules/links.in
delete mode 100644 rules/links.make
delete mode 100644 rules/lsuio.in
delete mode 100644 rules/lsuio.make
delete mode 100644 rules/ltt-control.in
delete mode 100644 rules/ltt-control.make
delete mode 100644 rules/lua-filesystem.in
delete mode 100644 rules/lua-filesystem.make
delete mode 100644 rules/media-session.in
delete mode 100644 rules/media-session.make
delete mode 100644 rules/mtd-oopslog.in
delete mode 100644 rules/mtd-oopslog.make
delete mode 100644 rules/openct.in
delete mode 100644 rules/openct.make
delete mode 100644 rules/pcmciautils.in
delete mode 100644 rules/pcmciautils.make
delete mode 100644 rules/pslib.in
delete mode 100644 rules/pslib.make
delete mode 100644 rules/sched_switch.in
delete mode 100644 rules/sched_switch.make
delete mode 100644 rules/schedtool.in
delete mode 100644 rules/schedtool.make
delete mode 100644 rules/sdl-gfx.in
delete mode 100644 rules/sdl-gfx.make
delete mode 100644 rules/sdl-ttf.in
delete mode 100644 rules/sdl-ttf.make
delete mode 100644 rules/sdl.in
delete mode 100644 rules/sdl.make
delete mode 100644 rules/sdl_image.in
delete mode 100644 rules/sdl_image.make
delete mode 100644 rules/sdl_mixer.in
delete mode 100644 rules/sdl_mixer.make
delete mode 100644 rules/setserial.in
delete mode 100644 rules/setserial.make
delete mode 100644 rules/smtpclient.in
delete mode 100644 rules/smtpclient.make
delete mode 100644 rules/ssmtp.in
delete mode 100644 rules/ssmtp.make
delete mode 100644 rules/supertux.in
delete mode 100644 rules/supertux.make
delete mode 100644 rules/utelnetd.in
delete mode 100644 rules/utelnetd.make
delete mode 100644 rules/wireshark.in
delete mode 100644 rules/wireshark.make
delete mode 100644 rules/xerces.in
delete mode 100644 rules/xerces.make
delete mode 100644 rules/xterm.in
delete mode 100644 rules/xterm.make
delete mode 100644 rules/zsync.in
delete mode 100644 rules/zsync.make
--
2.53.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging
2026-05-04 12:12 [ptxdist] [PATCH 00/42] treewide: " Thorsten Scherer
@ 2026-05-04 12:52 ` Thorsten Scherer
0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Scherer @ 2026-05-04 12:52 UTC (permalink / raw)
To: ptxdist; +Cc: Thorsten Scherer
Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
rules/ltt-control.in | 14 ----------
rules/ltt-control.make | 59 ------------------------------------------
2 files changed, 73 deletions(-)
delete mode 100644 rules/ltt-control.in
delete mode 100644 rules/ltt-control.make
diff --git a/rules/ltt-control.in b/rules/ltt-control.in
deleted file mode 100644
index b6a53798b94e..000000000000
--- a/rules/ltt-control.in
+++ /dev/null
@@ -1,14 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=debug_tools
-
-config LTT_CONTROL
- tristate
- prompt "ltt-control"
- select LIBC_PTHREAD
- help
- Linux Trace Toolkit ltt-control
-
- STAGING: remove in PTXdist 2026.03.0
- Unmaintained in PTXdist, upstream dead and fails to build with
- current toolchains.
diff --git a/rules/ltt-control.make b/rules/ltt-control.make
deleted file mode 100644
index c1019f722e41..000000000000
--- a/rules/ltt-control.make
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 by Sascha Hauer
-# 2010 Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_LTT_CONTROL) += ltt-control
-
-#
-# Paths and names
-#
-LTT_CONTROL_VERSION := 0.87-09062010
-LTT_CONTROL_MD5 := 8054b5dabebdc524ac747efd1d9c5b88
-LTT_CONTROL := ltt-control-$(LTT_CONTROL_VERSION)
-LTT_CONTROL_SUFFIX := tar.gz
-LTT_CONTROL_URL := https://lttng.org/files/lttng/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
-LTT_CONTROL_SOURCE := $(SRCDIR)/$(LTT_CONTROL).$(LTT_CONTROL_SUFFIX)
-LTT_CONTROL_DIR := $(BUILDDIR)/$(LTT_CONTROL)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# autoconf
-#
-LTT_CONTROL_CONF_TOOL := autoconf
-LTT_CONTROL_CONF_OPT := $(CROSS_AUTOCONF_USR)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ltt-control.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, ltt-control)
- @$(call install_fixup, ltt-control,PRIORITY,optional)
- @$(call install_fixup, ltt-control,SECTION,base)
- @$(call install_fixup, ltt-control,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
- @$(call install_fixup, ltt-control,DESCRIPTION,missing)
-
- @$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttctl)
- @$(call install_copy, ltt-control, 0, 0, 0755, -, /usr/bin/lttd)
-
- @$(call install_lib, ltt-control, 0, 0, 0644, liblttctl)
- @$(call install_lib, ltt-control, 0, 0, 0644, liblttd)
-
- @$(call install_finish, ltt-control)
-
- @$(call touch)
-
-# vim: syntax=make
--
2.53.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-04 12:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-04 12:37 [ptxdist] [PATCH 20/42] ltt-control: Remove after one year in staging Thorsten Scherer
2026-05-04 12:57 ` Thorsten Scherer
-- strict thread matches above, loose matches on Subject: below --
2026-05-04 12:12 [ptxdist] [PATCH 00/42] treewide: " Thorsten Scherer
2026-05-04 12:52 ` [ptxdist] [PATCH 20/42] ltt-control: " Thorsten Scherer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox