Thanks, applied as 9bda9b4503c16d2f2c71e67090560f41ebaf6eda. 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/lsuio.in b/rules/lsuio.in > deleted file mode 100644 > index 6a8bafc62b10..000000000000 > --- a/rules/lsuio.in > +++ /dev/null > @@ -1,12 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=shell_and_console > -config LSUIO > - tristate > - prompt "lsuio" > - help > - lists the Userspace IO devices registered in your system. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist and fails to build with current toolchains. > - Needs updating to the latest version. > diff --git a/rules/lsuio.make b/rules/lsuio.make > deleted file mode 100644 > index 5bba1491ccf2..000000000000 > --- a/rules/lsuio.make > +++ /dev/null > @@ -1,56 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2008 by Wolfram Sang > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_LSUIO) += lsuio > - > -# > -# Paths and names > -# > -LSUIO_VERSION := 0.2.0 > -LSUIO_MD5 := 8da82b681c24e6c5b3518c99e7f961d7 > -LSUIO := lsuio-$(LSUIO_VERSION) > -LSUIO_SUFFIX := tar.gz > -LSUIO_URL := https://www.osadl.org/uploads/media/$(LSUIO).$(LSUIO_SUFFIX) > -LSUIO_SOURCE := $(SRCDIR)/$(LSUIO).$(LSUIO_SUFFIX) > -LSUIO_DIR := $(BUILDDIR)/$(LSUIO) > -LSUIO_LICENSE := GPL-2.0 > -LSUIO_LICENSE_FILES := file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -# > -# autoconf > -# > -LSUIO_CONF_TOOL := autoconf > -LSUIO_CONF_OPT := $(CROSS_AUTOCONF_USR) > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/lsuio.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, lsuio) > - @$(call install_fixup, lsuio,PRIORITY,optional) > - @$(call install_fixup, lsuio,SECTION,base) > - @$(call install_fixup, lsuio,AUTHOR,"Wolfram Sang > <[email protected]>") > - @$(call install_fixup, lsuio,DESCRIPTION,missing) > - > - @$(call install_copy, lsuio, 0, 0, 0755, -, /usr/bin/lsuio) > - > - @$(call install_finish, lsuio) > - > - @$(call touch) > - > -# vim: syntax=make
