Disable PARALLEL_MAKE for perl-native
authorKoen Kooi <koen@openembedded.org>
Thu, 28 Jul 2005 14:12:15 +0000 (14:12 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 28 Jul 2005 14:12:15 +0000 (14:12 +0000)
packages/perl/perl-native_5.8.7.bb

index 1f353a5..cc2b7fc 100644 (file)
@@ -11,6 +11,9 @@ DEPENDS = "db3-native gdbm-native"
 SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz"
 S = "${WORKDIR}/perl-${PV}"
 
+#perl is not parallel_make safe
+PARALLEL_MAKE = ""
+
 do_configure () {
     ./Configure                                        \
     -Dcc="${BUILD_CC}"                         \