From: Jamie Lenehan Date: Wed, 5 Jul 2006 02:16:17 +0000 (+0000) Subject: man 1.5p: Disable parallel make or it fails due to trying to link object X-Git-Tag: Release-2010-05/1~9453^2~1345^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77279b57053a1512ca7452c9480ec8679a3ffa92;p=openembedded.git 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. --- 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}"