summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-01-08 09:42:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-10 11:10:00 +0000
commitce2ef75087440493fb890d1aa9498d7f6207b244 (patch)
treedc262df2a3f228bb7b39ca9e360190d3b3a44d4c
parente5a2faf045abfafbc23d6eb759e43d2d04237ba2 (diff)
downloadpoky-ce2ef75087440493fb890d1aa9498d7f6207b244.tar.gz
texinfo: update 7.1.1 -> 7.2
(From OE-Core rev: 1430bffaf210d5fd769c3c08ed4cd76733b32b07) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch8
-rw-r--r--meta/recipes-extended/texinfo/texinfo_7.2.bb (renamed from meta/recipes-extended/texinfo/texinfo_7.1.1.bb)4
2 files changed, 6 insertions, 6 deletions
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 e3e8f30b5e..cf0529db98 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
15index f733797..1013fcf 100644 15index f733797..1013fcf 100644
16--- a/Makefile.am 16--- a/Makefile.am
17+++ b/Makefile.am 17+++ b/Makefile.am
18@@ -66,7 +66,7 @@ if HOST_IS_WINDOWS 18@@ -76,7 +76,7 @@
19 endif 19 endif
20 endif 20 endif
21 SUBDIRS += install-info po po_document tp Pod-Simple-Texinfo texindex util \ 21 SUBDIRS += install-info po po_document tp Pod-Simple-Texinfo \
22- doc man 22- texindex util doc man
23+ doc 23+ texindex util doc
24 SUBDIRS += js 24 SUBDIRS += js
25 endif 25 endif
26 26
diff --git a/meta/recipes-extended/texinfo/texinfo_7.1.1.bb b/meta/recipes-extended/texinfo/texinfo_7.2.bb
index cc8683f085..784f67f65b 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 \
34 ${TARGET_PATCH} \ 34 ${TARGET_PATCH} \
35 " 35 "
36 36
37SRC_URI[sha256sum] = "a46b46b54fd79641a8af5be4ad525788956ccf9798d3113396abeafa9020ef63" 37SRC_URI[sha256sum] = "e86de7dfef6b352aa1bf647de3a6213d1567c70129eccbf8977706d9c91919c8"
38 38
39tex_texinfo = "texmf/tex/texinfo" 39tex_texinfo = "texmf/tex/texinfo"
40 40
@@ -75,7 +75,7 @@ FILES:info-doc = "${infodir}/info.info* ${infodir}/dir ${infodir}/info-*.info* \
75 ${mandir}/man1/info.1* ${mandir}/man5/info.5* \ 75 ${mandir}/man1/info.1* ${mandir}/man5/info.5* \
76 ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*" 76 ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*"
77 77
78FILES:${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo" 78FILES:${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo ${datadir}/texi2any"
79RDEPENDS:${PN} = "perl" 79RDEPENDS:${PN} = "perl"
80FILES:${PN}-doc = "${infodir}/texi* \ 80FILES:${PN}-doc = "${infodir}/texi* \
81 ${datadir}/${tex_texinfo} \ 81 ${datadir}/${tex_texinfo} \