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.bb24
1 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
index 450a62306a..9f1c04ace1 100644
--- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb
+++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
@@ -8,14 +8,18 @@ LICENSE = "GPLv3+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" 8LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010"
9PR = "r1" 9PR = "r1"
10 10
11DEPENDS = "zlib" 11DEPENDS = "zlib ncurses texinfo-native"
12DEPENDS_virtclass-native = "zlib-native ncurses-native"
12 13
13SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \ 14SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \
14 file://texinfo-4.12-zlib.patch; \ 15 file://texinfo-4.12-zlib.patch \
15 file://texinfo-4.13a-data_types.patch; \ 16 file://texinfo-4.13a-data_types.patch \
16 file://texinfo-4.13a-mosdo-crash.patch; \ 17 file://texinfo-4.13a-mosdo-crash.patch \
17 file://texinfo-4.13a-powerpc.patch; \ 18 file://texinfo-4.13a-powerpc.patch \
18 file://texinfo-4.13a-help-index-segfault.patch;" 19 file://texinfo-4.13a-help-index-segfault.patch \
20 file://disable-native-tools.patch \
21 file://link-zip.patch \
22 file://gettext-macros.patch"
19 23
20SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb" 24SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb"
21SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68" 25SRC_URI[sha256sum] = "1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68"
@@ -25,13 +29,9 @@ tex_texinfo = "texmf/tex/texinfo"
25 29
26inherit gettext autotools 30inherit gettext autotools
27 31
28do_configure() { 32do_compile_prepend() {
29 oe_runconf
30}
31
32do_compile_prepend(){
33 if [ -d tools ];then 33 if [ -d tools ];then
34 make -C tools/gnulib/lib 34 oe_runmake -C tools/gnulib/lib
35 fi 35 fi
36} 36}
37 37