From: Alexander Kanavin Date: Wed, 8 Jan 2025 08:42:15 +0000 (+0100) Subject: texinfo: update 7.1.1 -> 7.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1430bffaf210d5fd769c3c08ed4cd76733b32b07;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git texinfo: update 7.1.1 -> 7.2 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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} \