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 /meta/recipes-support/gnutls/libtasn1 | |
| 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>
Diffstat (limited to 'meta/recipes-support/gnutls/libtasn1')
| -rw-r--r-- | meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch | 14 |
1 files changed, 14 insertions, 0 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 | ||
