diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:21:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 11:59:23 +0100 |
commit | 1c920dcb61e48ee292928ffe0c7f1225220843cc (patch) | |
tree | ffd211ad226671062cb08089d45c65bbfebcb81c | |
parent | 69c330714e9f89991dfe07300a6c3dfcc93da62a (diff) | |
download | openembedded-core-1c920dcb61e48ee292928ffe0c7f1225220843cc.tar.gz openembedded-core-1c920dcb61e48ee292928ffe0c7f1225220843cc.tar.bz2 openembedded-core-1c920dcb61e48ee292928ffe0c7f1225220843cc.zip |
texinfo: Change to use the standard -dbg file
Remove the custom -dbg package and replace it the standard configuration.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-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" PRIORITY = "required" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" -PR = "r0" +PR = "r1" DEPENDS = "zlib" @@ -41,14 +41,12 @@ do_install_append() { install -p -m644 doc/texinfo.tex doc/txi-??.tex ${D}${datadir}/${tex_texinfo} } -PACKAGES += "info info-doc info-dbg" +PACKAGES += "info info-doc" FILES_info = "${bindir}/info ${bindir}/infokey ${bindir}/install-info" 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_info-dbg = "${bindir}/.debug/info ${bindir}/.debug/install-info \ - ${bindir}/.debug/infokey" FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi" FILES_${PN}-doc = "${datadir}/texinfo ${infodir}/texinfo* \ @@ -56,6 +54,5 @@ FILES_${PN}-doc = "${datadir}/texinfo ${infodir}/texinfo* \ ${mandir}/man1/makeinfo.1* ${mandir}/man5/texinfo.5* \ ${mandir}/man1/texindex.1* ${mandir}/man1/texi2dvi.1* \ ${mandir}/man1/texi2pdf.1* ${mandir}/man1/pdftexi2dvi.1*" -FILES_${PN}-dbg = "${bindir}/.debug/texindex ${bindir}/.debug/makeinfo" BBCLASSEXTEND = "native" |