Thanks, applied as 44d177582c1424b1061bed35df8422dd413e63b1. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:53:56 +0200, Thorsten Scherer <[email protected]> wrote: > Signed-off-by: Thorsten Scherer <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 <[email protected]> > -# > -# 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 > <[email protected]>") > - @$(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
