diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo_4.13a.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb index ac89b66b2d..0133eabed7 100644 --- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb +++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb | |||
@@ -7,7 +7,7 @@ SECTION = "console/utils" | |||
7 | PRIORITY = "required" | 7 | PRIORITY = "required" |
8 | LICENSE = "GPLv3+" | 8 | LICENSE = "GPLv3+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | DEPENDS = "zlib" | 12 | DEPENDS = "zlib" |
13 | 13 | ||
@@ -41,14 +41,12 @@ do_install_append() { | |||
41 | install -p -m644 doc/texinfo.tex doc/txi-??.tex ${D}${datadir}/${tex_texinfo} | 41 | install -p -m644 doc/texinfo.tex doc/txi-??.tex ${D}${datadir}/${tex_texinfo} |
42 | } | 42 | } |
43 | 43 | ||
44 | PACKAGES += "info info-doc info-dbg" | 44 | PACKAGES += "info info-doc" |
45 | 45 | ||
46 | FILES_info = "${bindir}/info ${bindir}/infokey ${bindir}/install-info" | 46 | FILES_info = "${bindir}/info ${bindir}/infokey ${bindir}/install-info" |
47 | FILES_info-doc = "${infodir}/info.info ${infodir}/dir ${infodir}/info-*.info \ | 47 | FILES_info-doc = "${infodir}/info.info ${infodir}/dir ${infodir}/info-*.info \ |
48 | ${mandir}/man1/info.1* ${mandir}/man5/info.5* \ | 48 | ${mandir}/man1/info.1* ${mandir}/man5/info.5* \ |
49 | ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*" | 49 | ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*" |
50 | FILES_info-dbg = "${bindir}/.debug/info ${bindir}/.debug/install-info \ | ||
51 | ${bindir}/.debug/infokey" | ||
52 | 50 | ||
53 | FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi" | 51 | FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi" |
54 | FILES_${PN}-doc = "${datadir}/texinfo ${infodir}/texinfo* \ | 52 | FILES_${PN}-doc = "${datadir}/texinfo ${infodir}/texinfo* \ |
@@ -56,6 +54,5 @@ FILES_${PN}-doc = "${datadir}/texinfo ${infodir}/texinfo* \ | |||
56 | ${mandir}/man1/makeinfo.1* ${mandir}/man5/texinfo.5* \ | 54 | ${mandir}/man1/makeinfo.1* ${mandir}/man5/texinfo.5* \ |
57 | ${mandir}/man1/texindex.1* ${mandir}/man1/texi2dvi.1* \ | 55 | ${mandir}/man1/texindex.1* ${mandir}/man1/texi2dvi.1* \ |
58 | ${mandir}/man1/texi2pdf.1* ${mandir}/man1/pdftexi2dvi.1*" | 56 | ${mandir}/man1/texi2pdf.1* ${mandir}/man1/pdftexi2dvi.1*" |
59 | FILES_${PN}-dbg = "${bindir}/.debug/texindex ${bindir}/.debug/makeinfo" | ||
60 | 57 | ||
61 | BBCLASSEXTEND = "native" | 58 | BBCLASSEXTEND = "native" |