From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Py8sk-0007qs-N6 for openembedded-core@lists.openembedded.org; Fri, 11 Mar 2011 21:24:18 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 11 Mar 2011 12:22:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.62,304,1297065600"; d="scan'208";a="611957307" Received: from nbuild2.sc.intel.com (HELO localhost) ([172.25.110.37]) by orsmga002.jf.intel.com with ESMTP; 11 Mar 2011 12:22:39 -0800 Message-Id: Old-Date: Fri, 11 Mar 2011 12:18:37 -0800 Date: Fri, 11 Mar 2011 12:22:39 -0800 To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org From: Nitin A Kamble Subject: [PATCH 0/1] perl parallel build fix - corrected X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2011 20:24:19 -0000 From: Nitin A Kamble I missed rebasing an existing perl patch which gets affected by the parallel build fix patches. It is included in this request. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Nitin A Kamble --- Nitin A Kamble (1): perl: another set of parallel build fixes .../perl/perl-5.12.2/Makefile.SH.patch | 44 +- .../perl/perl-5.12.2/parallel_build_fix_4.patch | 55 +++ .../perl/perl-5.12.2/parallel_build_fix_5.patch | 428 ++++++++++++++++++++ .../perl/perl-5.12.2/parallel_build_fix_6.patch | 156 +++++++ meta/recipes-devtools/perl/perl-native_5.12.2.bb | 5 +- meta/recipes-devtools/perl/perl_5.12.2.bb | 5 +- 6 files changed, 669 insertions(+), 24 deletions(-) create mode 100644 meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix_4.patch create mode 100644 meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix_5.patch create mode 100644 meta/recipes-devtools/perl/perl-5.12.2/parallel_build_fix_6.patch -- 1.7.3.4