summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/libtasn1_2.14.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-07 01:49:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 13:50:41 +0000
commit99c9cf335b2d8ffc91a9b470f33209593b903fb8 (patch)
tree95d93b524e7bc3da30a1fe814308f1e96440666b /meta/recipes-support/gnutls/libtasn1_2.14.bb
parentb3c980c1c5c61eedcd73114c44016dafc19adc2e (diff)
downloadpoky-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_2.14.bb')
-rw-r--r--meta/recipes-support/gnutls/libtasn1_2.14.bb3
1 files changed, 2 insertions, 1 deletions
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
11PR = "r0" 11PR = "r1"
12 12
13SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \ 13SRC_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
17SRC_URI[md5sum] = "a08c5936f9672da9b05691785499bcc3" 18SRC_URI[md5sum] = "a08c5936f9672da9b05691785499bcc3"