diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-07 01:49:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 13:50:41 +0000 |
commit | 99c9cf335b2d8ffc91a9b470f33209593b903fb8 (patch) | |
tree | 95d93b524e7bc3da30a1fe814308f1e96440666b | |
parent | b3c980c1c5c61eedcd73114c44016dafc19adc2e (diff) | |
download | poky-99c9cf335b2d8ffc91a9b470f33209593b903fb8.tar.gz |
libtasn1: remove help2man dependency
Remove manpage creation. It wasn't working because of help2man
missing when libtasn1 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: 0a9797c4c0409e26562b80f168409c3f86bc261c)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch | 14 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/libtasn1_2.14.bb | 3 |
2 files changed, 16 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch b/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch new file mode 100644 index 0000000000..2ac89f3b32 --- /dev/null +++ b/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | Upstream-Status: Inappropriate | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd libtasn1-2.14/doc/Makefile.am libtasn1-2.14/doc/Makefile.am | ||
5 | --- libtasn1-2.14/doc/Makefile.am 2012-09-24 15:08:42.000000000 +0300 | ||
6 | +++ libtasn1-2.14/doc/Makefile.am 2013-01-03 07:35:26.702763403 +0200 | ||
7 | @@ -31,7 +31,7 @@ | ||
8 | AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \ | ||
9 | --no-split --number-sections --css-include=texinfo.css | ||
10 | |||
11 | -dist_man_MANS = $(gdoc_MANS) asn1Parser.1 asn1Coding.1 asn1Decoding.1 | ||
12 | +dist_man_MANS = $(gdoc_MANS) | ||
13 | |||
14 | HELP2MAN_OPTS = --info-page libtasn1 | ||
diff --git a/meta/recipes-support/gnutls/libtasn1_2.14.bb b/meta/recipes-support/gnutls/libtasn1_2.14.bb index 3f49bfac53..68d5ddfd0b 100644 --- a/meta/recipes-support/gnutls/libtasn1_2.14.bb +++ b/meta/recipes-support/gnutls/libtasn1_2.14.bb | |||
@@ -8,10 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
8 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | 8 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ |
9 | file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351" | 9 | file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351" |
10 | 10 | ||
11 | PR = "r0" | 11 | PR = "r1" |
12 | 12 | ||
13 | SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \ | 13 | SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \ |
14 | file://libtasn1_fix_for_automake_1.12.patch \ | 14 | file://libtasn1_fix_for_automake_1.12.patch \ |
15 | file://dont-depend-on-help2man.patch \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | SRC_URI[md5sum] = "a08c5936f9672da9b05691785499bcc3" | 18 | SRC_URI[md5sum] = "a08c5936f9672da9b05691785499bcc3" |