From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QRlNZ-0007IR-8e for openembedded-core@lists.openembedded.org; Wed, 01 Jun 2011 15:22:33 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 01 Jun 2011 06:19:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,303,1304319600"; d="scan'208";a="10343837" Received: from dcui-desktop.sh.intel.com (HELO localhost) ([10.239.13.51]) by fmsmga002.fm.intel.com with ESMTP; 01 Jun 2011 06:19:21 -0700 From: Dexuan Cui To: openembedded-core@lists.openembedded.org Date: Wed, 1 Jun 2011 21:18:42 +0800 Message-Id: X-Mailer: git-send-email 1.7.2 In-Reply-To: References: In-Reply-To: References: Subject: [RFC v1 PATCH 11/16] perl: inherit perlnative 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, 01 Jun 2011 13:22:33 -0000 Signed-off-by: Dexuan Cui --- meta/recipes-devtools/perl/perl_5.12.3.bb | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/perl_5.12.3.bb index 847ee59..b053482 100644 --- a/meta/recipes-devtools/perl/perl_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl_5.12.3.bb @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" PRIORITY = "optional" # We need gnugrep (for -I) -DEPENDS = "virtual/db perl-native-${PV} grep-native" +DEPENDS = "virtual/db grep-native" DEPENDS += "gdbm zlib" -PR = "r0" +PR = "r1" # 5.10.1 has Module::Build built-in PROVIDES += "libmodule-build-perl" @@ -81,13 +81,13 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ SRC_URI[md5sum] = "29975a69dce54e47fcd6331c085c6c99" SRC_URI[sha256sum] = "5678bfd5c2cd59253a26171bf3e681235433b00c730eea8a8046e1b225c11d2f" -inherit siteinfo +inherit perlnative siteinfo # Where to find the native perl -HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl${PV}" +HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl-native/perl${PV}" # Where to find .so files - use the -native versions not those from the target build -export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl/${PV}/" +export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" # LDFLAGS for shared libraries export LDDLFLAGS = "${LDFLAGS} -shared" -- 1.7.2