diff mbox series

[09/20] texinfo: update 7.1.1 -> 7.2

Message ID 20250108084226.117178-9-alex.kanavin@gmail.com
State New
Headers show
Series [01/20] ppp: update 2.5.1 -> 2.5.2 | expand

Commit Message

Alexander Kanavin Jan. 8, 2025, 8:42 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../texinfo/0001-Makefile.am-do-not-build-manpages.patch  | 8 ++++----
 .../texinfo/{texinfo_7.1.1.bb => texinfo_7.2.bb}          | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-extended/texinfo/{texinfo_7.1.1.bb => texinfo_7.2.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch b/meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch
index e3e8f30b5e7..cf0529db980 100644
--- a/meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch
+++ b/meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch
@@ -15,12 +15,12 @@  diff --git a/Makefile.am b/Makefile.am
 index f733797..1013fcf 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -66,7 +66,7 @@ if HOST_IS_WINDOWS
+@@ -76,7 +76,7 @@
  endif
  endif
-   SUBDIRS += install-info po po_document tp Pod-Simple-Texinfo texindex util \
--             doc man
-+             doc
+   SUBDIRS += install-info po po_document tp Pod-Simple-Texinfo \
+-             texindex util doc man
++             texindex util doc
    SUBDIRS += js
  endif
  
diff --git a/meta/recipes-extended/texinfo/texinfo_7.1.1.bb b/meta/recipes-extended/texinfo/texinfo_7.2.bb
similarity index 95%
rename from meta/recipes-extended/texinfo/texinfo_7.1.1.bb
rename to meta/recipes-extended/texinfo/texinfo_7.2.bb
index cc8683f085b..784f67f65b5 100644
--- a/meta/recipes-extended/texinfo/texinfo_7.1.1.bb
+++ b/meta/recipes-extended/texinfo/texinfo_7.2.bb
@@ -34,7 +34,7 @@  SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \
            ${TARGET_PATCH} \
            "
 
-SRC_URI[sha256sum] = "a46b46b54fd79641a8af5be4ad525788956ccf9798d3113396abeafa9020ef63"
+SRC_URI[sha256sum] = "e86de7dfef6b352aa1bf647de3a6213d1567c70129eccbf8977706d9c91919c8"
 
 tex_texinfo = "texmf/tex/texinfo"
 
@@ -75,7 +75,7 @@  FILES:info-doc = "${infodir}/info.info* ${infodir}/dir ${infodir}/info-*.info* \
                   ${mandir}/man1/info.1* ${mandir}/man5/info.5* \
                   ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*"
 
-FILES:${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo"
+FILES:${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo ${datadir}/texi2any"
 RDEPENDS:${PN} = "perl"
 FILES:${PN}-doc = "${infodir}/texi* \
                    ${datadir}/${tex_texinfo} \