]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
texinfo: update 7.1.1 -> 7.2
authorAlexander Kanavin <alex@linutronix.de>
Wed, 8 Jan 2025 08:42:15 +0000 (09:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2025 11:09:58 +0000 (11:09 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch
meta/recipes-extended/texinfo/texinfo_7.2.bb [moved from meta/recipes-extended/texinfo/texinfo_7.1.1.bb with 95% similarity]

index e3e8f30b5e79a06a59ad04299834a082c3709ca5..cf0529db980ddb7e007a1b87a35a40d07b9bcf65 100644 (file)
@@ -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
  
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 cc8683f085b3611e525bf8342f0540b7ab2b6570..784f67f65b50a288e57f5249080280baef1c51f9 100644 (file)
@@ -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} \