summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo_4.13a.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo_4.13a.bb')
-rw-r--r--meta/recipes-extended/texinfo/texinfo_4.13a.bb23
1 files changed, 11 insertions, 12 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
index ac89b66b2d..5fd2d31a24 100644
--- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb
+++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
@@ -9,14 +9,17 @@ LICENSE = "GPLv3+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" 9LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010"
10PR = "r0" 10PR = "r0"
11 11
12DEPENDS = "zlib" 12DEPENDS = "zlib ncurses texinfo-native"
13DEPENDS_virtclass-native = "zlib-native ncurses-native"
13 14
14SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \ 15SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \
15 file://texinfo-4.12-zlib.patch;striplevel=1 \ 16 file://texinfo-4.12-zlib.patch \
16 file://texinfo-4.13a-data_types.patch;striplevel=1 \ 17 file://texinfo-4.13a-data_types.patch \
17 file://texinfo-4.13a-mosdo-crash.patch;striplevel=1 \ 18 file://texinfo-4.13a-mosdo-crash.patch \
18 file://texinfo-4.13a-powerpc.patch;striplevel=1 \ 19 file://texinfo-4.13a-powerpc.patch \
19 file://texinfo-4.13a-help-index-segfault.patch;striplevel=1" 20 file://texinfo-4.13a-help-index-segfault.patch \
21 file://disable-native-tools.patch \
22 file://link-zip.patch"
20 23
21SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb" 24SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb"
22SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68" 25SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68"
@@ -26,13 +29,9 @@ tex_texinfo = "texmf/tex/texinfo"
26 29
27inherit gettext autotools 30inherit gettext autotools
28 31
29do_configure() { 32do_compile_prepend() {
30 oe_runconf
31}
32
33do_compile_prepend(){
34 if [ -d tools ];then 33 if [ -d tools ];then
35 make -C tools/gnulib/lib 34 oe_runmake -C tools/gnulib/lib
36 fi 35 fi
37} 36}
38 37