From a0d87f7212169eed770bec9043f82c8da7e54e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kl=C3=B6tzke?= Date: Mon, 2 Feb 2026 10:06:44 +0100 Subject: [PATCH 1/2] devel::texinfo: fix build --- recipes/devel/texinfo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/devel/texinfo.yaml b/recipes/devel/texinfo.yaml index f0965f74..a3b22b7e 100644 --- a/recipes/devel/texinfo.yaml +++ b/recipes/devel/texinfo.yaml @@ -7,7 +7,7 @@ metaEnvironment: checkoutSCM: scm: url url: ${GNU_MIRROR}/texinfo/texinfo-${PKG_VERSION}.tar.xz - digestSHA1: "ce3776715e655400485381b8ae94e34c5632e729" + digestSHA1: "5919468ec9ca3bed5ad030a201cd5804b4f16edc" stripComponents: 1 buildTools: [host-toolchain] From f9eb67cea69f8ec32a84318d9889d86828400997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kl=C3=B6tzke?= Date: Mon, 2 Feb 2026 10:07:12 +0100 Subject: [PATCH 2/2] tests: add texinfo to CI build --- tests/linux/recipes/buildall.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/linux/recipes/buildall.yaml b/tests/linux/recipes/buildall.yaml index 841dd172..7cf5bd13 100644 --- a/tests/linux/recipes/buildall.yaml +++ b/tests/linux/recipes/buildall.yaml @@ -31,6 +31,7 @@ packageTools: - cmake - flex - gettext + - texinfo - make - meson - ninja