summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-20 13:21:25 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-23 12:07:36 +0100
commitfa38716294ae7edddf5c6b1171a4b7ddd20b5405 (patch)
tree49106b91ecc5f3dd3448e3ba3940306288efb38a /meta/recipes-extended/texinfo
parentb14c56b2c58ab6a267831896a687ba841af4f544 (diff)
downloadpoky-fa38716294ae7edddf5c6b1171a4b7ddd20b5405.tar.gz
texinfo: Change to use the standard -dbg file
Remove the custom -dbg package and replace it the standard configuration. (From OE-Core rev: 1c920dcb61e48ee292928ffe0c7f1225220843cc) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo')
-rw-r--r--meta/recipes-extended/texinfo/texinfo_4.13a.bb7
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"
7PRIORITY = "required" 7PRIORITY = "required"
8LICENSE = "GPLv3+" 8LICENSE = "GPLv3+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" 9LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010"
10PR = "r0" 10PR = "r1"
11 11
12DEPENDS = "zlib" 12DEPENDS = "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
44PACKAGES += "info info-doc info-dbg" 44PACKAGES += "info info-doc"
45 45
46FILES_info = "${bindir}/info ${bindir}/infokey ${bindir}/install-info" 46FILES_info = "${bindir}/info ${bindir}/infokey ${bindir}/install-info"
47FILES_info-doc = "${infodir}/info.info ${infodir}/dir ${infodir}/info-*.info \ 47FILES_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*"
50FILES_info-dbg = "${bindir}/.debug/info ${bindir}/.debug/install-info \
51 ${bindir}/.debug/infokey"
52 50
53FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi" 51FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi"
54FILES_${PN}-doc = "${datadir}/texinfo ${infodir}/texinfo* \ 52FILES_${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*"
59FILES_${PN}-dbg = "${bindir}/.debug/texindex ${bindir}/.debug/makeinfo"
60 57
61BBCLASSEXTEND = "native" 58BBCLASSEXTEND = "native"