From patchwork Wed Jun 1 13:18:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,v1,02/16] perl-native: populate into its own dir Date: Wed, 01 Jun 2011 13:18:33 -0000 From: Dexuan Cui X-Patchwork-Id: 5215 Message-Id: <318cf4e696f33adb34aea6423237b264da61a731.1306931848.git.dexuan.cui@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Dexuan Cui --- meta/recipes-devtools/perl/perl-native_5.12.3.bb | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl-native_5.12.3.bb index cbb4e78..56274f0 100644 --- a/meta/recipes-devtools/perl/perl-native_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl-native_5.12.3.bb @@ -4,7 +4,7 @@ SECTION = "libs" LICENSE = "Artistic|GPL" LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" -PR = "r2" +PR = "r3" LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" @@ -28,6 +28,8 @@ S = "${WORKDIR}/perl-${PV}" inherit native +PACKAGE_OWN_DIR = "/${PN}" + export LD="${CCLD}" do_configure () { @@ -41,6 +43,7 @@ do_configure () { -Dvendorprefix=${prefix} \ -Dsiteprefix=${prefix} \ \ + -Dbin=${STAGING_BINDIR}/${PN} \ -Dprivlib=${STAGING_LIBDIR}/perl/${PV} \ -Darchlib=${STAGING_LIBDIR}/perl/${PV} \ -Dvendorlib=${STAGING_LIBDIR}/perl/${PV} \