From c9106ed90cff1d5ac7d460523e5824de599011d1 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 29 May 2025 18:54:31 +0200 Subject: [PATCH] chore: patch for libgloss fix direntry --- ...libgloss-doc-fix-direntry-definition.patch | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 modules/zynqmp/packages/patches/0001-libgloss-doc-fix-direntry-definition.patch diff --git a/modules/zynqmp/packages/patches/0001-libgloss-doc-fix-direntry-definition.patch b/modules/zynqmp/packages/patches/0001-libgloss-doc-fix-direntry-definition.patch new file mode 100644 index 0000000000000000000000000000000000000000..f8b385b64597606983407164062379e481f913a8 --- /dev/null +++ b/modules/zynqmp/packages/patches/0001-libgloss-doc-fix-direntry-definition.patch @@ -0,0 +1,31 @@ +From f43cd384d0f124e51de86374bd97ce08d6fdc82e Mon Sep 17 00:00:00 2001 +From: Quentin Smith +Date: Tue, 20 May 2025 11:49:06 -0400 +Subject: [PATCH] libgloss: doc: fix @direntry definition + +@direntry automatically generates START/END-INFO-DIR-ENTRY. Specifying +them again in the source causes install-info to choke on the resulting +info file: + + install-info: START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY +--- + libgloss/doc/porting.texi | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/libgloss/doc/porting.texi b/libgloss/doc/porting.texi +index 1f68757be..dd5e29e41 100644 +--- a/libgloss/doc/porting.texi ++++ b/libgloss/doc/porting.texi +@@ -50,9 +50,7 @@ into another language, under the above conditions for modified versions. + @end titlepage + + @direntry +-START-INFO-DIR-ENTRY + * Embed with GNU: (porting-). Embed with GNU +-END-INFO-DIR-ENTRY + @end direntry + + @ifnottex +-- +2.49.0 +