summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo_4.13a.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-11 06:00:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-12 13:22:43 +0000
commit15b0bdc861da44c2d5eb6f9e4581b7fe69153f1d (patch)
treeb536080b3d2bf7414b36317e26d8d6cc89d5ecd0 /meta/recipes-extended/texinfo/texinfo_4.13a.bb
parent17541bee4f41eb8c9240a0d962af3f422ac894f3 (diff)
downloadpoky-15b0bdc861da44c2d5eb6f9e4581b7fe69153f1d.tar.gz
texinfo: remove help2man dependency
Remove manpage creation. It wasn't working because of help2man missing when texinfo is being built. This attempt to create manpages without help2man turns from no-op to hard error with automake-1.13. (From OE-Core rev: 2c8cebdfd8102d4386b5d42a7fc30cc81e8e2ef2) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo_4.13a.bb')
-rw-r--r--meta/recipes-extended/texinfo/texinfo_4.13a.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
index 327faabddd..960cc5ea64 100644
--- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb
+++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.gnu.org/software/texinfo/"
6SECTION = "console/utils" 6SECTION = "console/utils"
7LICENSE = "GPLv3+" 7LICENSE = "GPLv3+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" 8LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010"
9PR = "r5" 9PR = "r6"
10 10
11DEPENDS = "zlib ncurses texinfo-native" 11DEPENDS = "zlib ncurses texinfo-native"
12DEPENDS_class-native = "zlib-native ncurses-native" 12DEPENDS_class-native = "zlib-native ncurses-native"
@@ -24,6 +24,7 @@ SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \
24 file://link-zip.patch \ 24 file://link-zip.patch \
25 file://gettext-macros.patch \ 25 file://gettext-macros.patch \
26 file://texinfo_fix_for_automake-1.12.patch \ 26 file://texinfo_fix_for_automake-1.12.patch \
27 file://dont-depend-on-help2man.patch \
27 ${TARGET_PATCH}" 28 ${TARGET_PATCH}"
28 29
29SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb" 30SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb"