From b59529220c187a4613233016fb0d174500dc6d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kl=C3=B6tzke?= Date: Mon, 2 Feb 2026 08:16:35 +0100 Subject: [PATCH 1/2] Drop texinfo tool This tool is not needed anywhere. Thus, there is no need to provide it as default. --- classes/basement/rootrecipe.yaml | 3 --- doc/usage.rst | 1 - recipes/devel/bootstrap-sandbox.yaml | 4 ---- recipes/devel/host-compat-toolchain.yaml | 3 --- recipes/devel/sandbox-default.yaml | 4 ---- 5 files changed, 15 deletions(-) diff --git a/classes/basement/rootrecipe.yaml b/classes/basement/rootrecipe.yaml index f2ff6889..523fc5f7 100644 --- a/classes/basement/rootrecipe.yaml +++ b/classes/basement/rootrecipe.yaml @@ -44,9 +44,6 @@ depends: - name: devel::help2man use: [tools] forward: True - - name: devel::texinfo - use: [tools] - forward: True - name: devel::autotools use: [tools] forward: True diff --git a/doc/usage.rst b/doc/usage.rst index 9a799fb1..1a143675 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -517,7 +517,6 @@ The following tools can be used by naming them in * ninja * pkg-config * python3 -* texinfo * util-linux They are provided by default by the ``basement::rootrecipe`` class. Usually, diff --git a/recipes/devel/bootstrap-sandbox.yaml b/recipes/devel/bootstrap-sandbox.yaml index 8285b67a..dc79f0fa 100644 --- a/recipes/devel/bootstrap-sandbox.yaml +++ b/recipes/devel/bootstrap-sandbox.yaml @@ -32,10 +32,6 @@ depends: name: devel::help2man use: [tools] forward: True - - - name: devel::texinfo - use: [tools] - forward: True - name: devel::autotools use: [tools] diff --git a/recipes/devel/host-compat-toolchain.yaml b/recipes/devel/host-compat-toolchain.yaml index 78d2ded2..a4b63d4e 100644 --- a/recipes/devel/host-compat-toolchain.yaml +++ b/recipes/devel/host-compat-toolchain.yaml @@ -27,9 +27,6 @@ depends: - name: devel::help2man use: [tools] forward: True - - name: devel::texinfo - use: [tools] - forward: True - name: devel::autotools use: [tools] forward: True diff --git a/recipes/devel/sandbox-default.yaml b/recipes/devel/sandbox-default.yaml index 13f61a99..6b9a0b45 100644 --- a/recipes/devel/sandbox-default.yaml +++ b/recipes/devel/sandbox-default.yaml @@ -41,10 +41,6 @@ depends: name: devel::help2man use: [tools] forward: True - - - name: devel::texinfo - use: [tools] - forward: True - name: devel::autotools use: [tools] From 8611be116bacd1b2489621ad69038179e6f6985f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kl=C3=B6tzke?= Date: Mon, 2 Feb 2026 08:20:53 +0100 Subject: [PATCH 2/2] devel::texinfo: drop package The package is currently broken due to a wrong hash sum. Because it is currently unused, just drop it. --- recipes/devel/texinfo.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 recipes/devel/texinfo.yaml diff --git a/recipes/devel/texinfo.yaml b/recipes/devel/texinfo.yaml deleted file mode 100644 index f0965f74..00000000 --- a/recipes/devel/texinfo.yaml +++ /dev/null @@ -1,22 +0,0 @@ -inherit: [autotools] - -metaEnvironment: - PKG_LICENSE: "GPL-3.0" - PKG_VERSION: "7.2" - -checkoutSCM: - scm: url - url: ${GNU_MIRROR}/texinfo/texinfo-${PKG_VERSION}.tar.xz - digestSHA1: "ce3776715e655400485381b8ae94e34c5632e729" - stripComponents: 1 - -buildTools: [host-toolchain] -buildToolsWeak: [perl] -buildScript: | - autotoolsBuild $1 - -packageScript: | - autotoolsPackageTgt - -provideTools: - texinfo: usr/bin