aboutsummaryrefslogtreecommitdiffstats
path: root/packages/man
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-07-05 02:16:17 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-05 02:16:17 +0000
commit77279b57053a1512ca7452c9480ec8679a3ffa92 (patch)
tree6c73c9f74ff45aebbd0e4d39805bc1deade19bf0 /packages/man
parent462bc020690758653b58f06150137b8cfce03063 (diff)
downloadopenembedded-77279b57053a1512ca7452c9480ec8679a3ffa92.tar.gz
man 1.5p: Disable parallel make or it fails due to trying to link object
files into the final executable before they have completed building.
Diffstat (limited to 'packages/man')
-rw-r--r--packages/man/man_1.5p.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/man/man_1.5p.bb b/packages/man/man_1.5p.bb
index f4f8f4ba42..fa4b318956 100644
--- a/packages/man/man_1.5p.bb
+++ b/packages/man/man_1.5p.bb
@@ -12,6 +12,9 @@ RDEPENDS_${PN} = "less groff"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/man/man-${PV}.tar.bz2 \
file://man.conf"
+# Disable parallel make or it tries to link objects before they are built
+PARALLEL_MAKE = ""
+
EXTRA_OEMAKE = ""
GS = "-DGREPSILENT=\"q\""
DEFS = "-DUSG -DDO_COMPRESS ${GS}"