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 1R1ATD-0005a8-4Y for openembedded-core@lists.openembedded.org; Wed, 07 Sep 2011 07:14:43 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 06 Sep 2011 22:09:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="45746966" Received: from unknown (HELO swold-MOBL.bigsur.com) ([10.255.14.148]) by orsmga002.jf.intel.com with ESMTP; 06 Sep 2011 22:09:40 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Tue, 6 Sep 2011 22:09:23 -0700 Message-Id: X-Mailer: git-send-email 1.7.6 Subject: [PATCH 0/1] Fix MakeMaker's finding of perl.real 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: Wed, 07 Sep 2011 05:14:43 -0000 When configuring cpan packages, the directories passed to MakeMaker are the target directories. There was a patch that was applied to the native perl to find perl.real and convert that to perl. This does not apply for the target perl modules and therefore MakeMaker find perl.real. This patch to cpan configure modifies the Makefile after configure and changes the perl.real to just straight perl so we have the correct paths and shared state info in usable. Sau! The following changes since commit 41b7c955cfdc7b4d5c667c8a8742237d5edaca4f: icu-3.6: fix building with big make -j (2011-09-05 20:38:50 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/fix2 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix2 Saul Wold (1): cpan.bbclass: fix native perl issue meta/classes/cpan.bbclass | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- 1.7.6