summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-02-07 18:43:41 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-16 07:45:18 -0800
commite4031f8b74f8865f3574b76e9ba838361a768b73 (patch)
tree9d7b48993a3e6fa9a78578bdc3622ef5d494bb52 /meta/recipes-extended/texinfo
parent5df15347e029bc47451932b061acc3987a698819 (diff)
downloadpoky-e4031f8b74f8865f3574b76e9ba838361a768b73.tar.gz
texinfo: recipe cleanup, add native support
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-extended/texinfo')
-rw-r--r--meta/recipes-extended/texinfo/texinfo_4.13a.bb26
1 files changed, 15 insertions, 11 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
index be10c26a0b..ac89b66b2d 100644
--- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb
+++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
@@ -1,29 +1,31 @@
1DESCRIPTION = "Texinfo is a documentation system that can produce both online \ 1SUMMARY = "Documentation system for on-line information and printed output"
2information and printed output from a single source file. The GNU \ 2DESCRIPTION = "Texinfo is a documentation system that can produce both \
3Project uses the Texinfo file format for most of its documentation." 3online information and printed output from a single source file. The \
4 4GNU Project uses the Texinfo file format for most of its documentation."
5SECTION = "console/utils"
6HOMEPAGE = "http://www.gnu.org/software/texinfo/" 5HOMEPAGE = "http://www.gnu.org/software/texinfo/"
6SECTION = "console/utils"
7PRIORITY = "required" 7PRIORITY = "required"
8LICENSE = "GPLV3+" 8LICENSE = "GPLv3+"
9PR = "r0"
10
11LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" 9LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010"
10PR = "r0"
12 11
13DEPENDS = "zlib" 12DEPENDS = "zlib"
14 13
15SRC_URI = "http://ftp.gnu.org/gnu/texinfo/texinfo-${PV}.tar.gz \ 14SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \
16 file://texinfo-4.12-zlib.patch;striplevel=1 \ 15 file://texinfo-4.12-zlib.patch;striplevel=1 \
17 file://texinfo-4.13a-data_types.patch;striplevel=1 \ 16 file://texinfo-4.13a-data_types.patch;striplevel=1 \
18 file://texinfo-4.13a-mosdo-crash.patch;striplevel=1 \ 17 file://texinfo-4.13a-mosdo-crash.patch;striplevel=1 \
19 file://texinfo-4.13a-powerpc.patch;striplevel=1 \ 18 file://texinfo-4.13a-powerpc.patch;striplevel=1 \
20 file://texinfo-4.13a-help-index-segfault.patch;striplevel=1" 19 file://texinfo-4.13a-help-index-segfault.patch;striplevel=1"
21 20
22inherit gettext autotools 21SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb"
22SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68"
23 23
24S = ${WORKDIR}/texinfo-4.13 24S = ${WORKDIR}/texinfo-4.13
25tex_texinfo = "texmf/tex/texinfo" 25tex_texinfo = "texmf/tex/texinfo"
26 26
27inherit gettext autotools
28
27do_configure() { 29do_configure() {
28 oe_runconf 30 oe_runconf
29} 31}
@@ -55,3 +57,5 @@ FILES_${PN}-doc = "${datadir}/texinfo ${infodir}/texinfo* \
55 ${mandir}/man1/texindex.1* ${mandir}/man1/texi2dvi.1* \ 57 ${mandir}/man1/texindex.1* ${mandir}/man1/texi2dvi.1* \
56 ${mandir}/man1/texi2pdf.1* ${mandir}/man1/pdftexi2dvi.1*" 58 ${mandir}/man1/texi2pdf.1* ${mandir}/man1/pdftexi2dvi.1*"
57FILES_${PN}-dbg = "${bindir}/.debug/texindex ${bindir}/.debug/makeinfo" 59FILES_${PN}-dbg = "${bindir}/.debug/texindex ${bindir}/.debug/makeinfo"
60
61BBCLASSEXTEND = "native"