aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pam
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-30 20:48:48 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-30 20:48:48 +0000
commitc45f447280a8d47bc00517133d018e0bdc93c10e (patch)
treec173d0dfe3dca0ce4a0f254315b213d49c06fa2c /packages/pam
parent92c083d055ae8f958ae2ad79cb1f9751e697bb47 (diff)
downloadopenembedded-c45f447280a8d47bc00517133d018e0bdc93c10e.tar.gz
Disable all the sgml documentation building - this should fix both 186
and 228 since both fail (with different toolsets) during the documentation build.
Diffstat (limited to 'packages/pam')
-rw-r--r--packages/pam/libpam_0.79.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/pam/libpam_0.79.bb b/packages/pam/libpam_0.79.bb
index 8907d9762a..b2fb9deb8f 100644
--- a/packages/pam/libpam_0.79.bb
+++ b/packages/pam/libpam_0.79.bb
@@ -19,6 +19,7 @@ MAINTAINER = "John Bowler <jbowler@acm.org>"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL-2"
+PR = "r1"
# The project is actually called Linux-PAM but that gives
# a bad OE package name because of the upper case characters
@@ -37,6 +38,14 @@ SRC_URI += " file://libpam-make.patch;patch=1"
inherit autotools
# EXTRA_OECONF += " --enable-static-libpam"
+# Disable building of the documentation - it requires too many different
+# programs installed on the build system and is a waste of time. This
+# leaves the man documentation in the build.
+EXTRA_OECONF += "ac_cv_prog_HAVE_SGML2TXT=no"
+EXTRA_OECONF += "ac_cv_prog_HAVE_SGML2HTML=no"
+EXTRA_OECONF += "ac_cv_prog_HAVE_SGML2LATEX=no"
+EXTRA_OECONF += "ac_cv_prog_HAVE_PS2PDF=no"
+EXTRA_OECONF += "ac_cv_prog_HAVE_SGML2PS=no"
LEAD_SONAME = "libpam.so.*"