Thanks, applied as 283afdcbe77959fcde457125cbb01adcb15c60a8. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:54:08 +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/patches/setserial-2.17/series b/patches/setserial-2.17/series > deleted file mode 100644 > index 69fa03b254b6..000000000000 > --- a/patches/setserial-2.17/series > +++ /dev/null > @@ -1 +0,0 @@ > -setserial-tiocghayesesp-build-fix.patch > diff --git a/patches/setserial-2.17/setserial-tiocghayesesp-build-fix.patch > b/patches/setserial-2.17/setserial-tiocghayesesp-build-fix.patch > deleted file mode 100644 > index dbe11d7ddc98..000000000000 > --- a/patches/setserial-2.17/setserial-tiocghayesesp-build-fix.patch > +++ /dev/null > @@ -1,28 +0,0 @@ > -[PATCH] setserial: fix build with 2.6.33+ kernel headers > - > -linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still > -define the TIOCGHAYESESP ioctl, breaking the build. > - > -It's very unlikely to be of interest anymore, so just undef it. > - > -Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk> > ---- > - setserial.c | 5 +++++ > - 1 file changed, 5 insertions(+) > - > -Index: setserial-2.17/setserial.c > -=================================================================== > ---- setserial-2.17.orig/setserial.c > -+++ setserial-2.17/setserial.c > -@@ -24,6 +24,11 @@ > - #endif > - #include <linux/serial.h> > - > -+/* linux/hayesesp.h got removed in 2.6.33 but some archs (like x86) > -+ still define TIOCGHAYESESP. It's very unlikely to be of interest > -+ anymore, so just undef it */ > -+#undef TIOCGHAYESESP > -+ > - #include "version.h" > - > - static char version_str[] = "setserial version " SETSERIAL_VERSION ", " > diff --git a/rules/setserial.in b/rules/setserial.in > deleted file mode 100644 > index 43ad2eaacbbb..000000000000 > --- a/rules/setserial.in > +++ /dev/null > @@ -1,16 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=shell_and_console > -config SETSERIAL > - tristate > - depends on !BUSYBOX_SETSERIAL || ALLYES > - prompt "setserial" > - help > - setserial - get/set Linux serial port information > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > - > -comment "BusyBox' setserial is selected!" > - depends on BUSYBOX_SETSERIAL > diff --git a/rules/setserial.make b/rules/setserial.make > deleted file mode 100644 > index d8408a352f91..000000000000 > --- a/rules/setserial.make > +++ /dev/null > @@ -1,57 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2005 by BSP > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_SETSERIAL) += setserial > - > -# > -# Paths and names > -# > -SETSERIAL_VERSION := 2.17 > -SETSERIAL_MD5 := c4867d72c41564318e0107745eb7a0f2 > -SETSERIAL := setserial-$(SETSERIAL_VERSION) > -SETSERIAL_SUFFIX := tar.gz > -SETSERIAL_URL := $(call ptx/mirror, SF, > setserial/$(SETSERIAL).$(SETSERIAL_SUFFIX)) > -SETSERIAL_SOURCE := $(SRCDIR)/$(SETSERIAL).$(SETSERIAL_SUFFIX) > -SETSERIAL_DIR := $(BUILDDIR)/$(SETSERIAL) > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -# > -# autoconf > -# > -SETSERIAL_CONF_TOOL := autoconf > -SETSERIAL_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) > - > -SETSERIAL_MAKE_OPT := setserial > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/setserial.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, setserial) > - @$(call install_fixup, setserial,PRIORITY,optional) > - @$(call install_fixup, setserial,SECTION,base) > - @$(call install_fixup, setserial,AUTHOR,"Benedikt Spranger > <[email protected]>") > - @$(call install_fixup, setserial,DESCRIPTION,missing) > - > - @$(call install_copy, setserial, 0, 0, 0755, -, /bin/setserial) > - > - @$(call install_finish, setserial) > - > - @$(call touch) > - > -# vim: syntax=make
