man 1.5p: Disable parallel make or it fails due to trying to link object
authorJamie Lenehan <lenehan@twibble.org>
Wed, 5 Jul 2006 02:16:17 +0000 (02:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 5 Jul 2006 02:16:17 +0000 (02:16 +0000)
files into the final executable  before they have completed building.

packages/man/man_1.5p.bb

index f4f8f4b..fa4b318 100644 (file)
@@ -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}"