diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-05-31 15:07:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 14:37:30 +0100 |
commit | c5f092892637c3442426984251139f93d55d3dd7 (patch) | |
tree | 38d361c43bce1e6b2637f39609efdf5599aa401a /meta | |
parent | 76221b6b159d6ea3c16cff9879d6c0fec11c5b58 (diff) | |
download | openembedded-core-c5f092892637c3442426984251139f93d55d3dd7.tar.gz openembedded-core-c5f092892637c3442426984251139f93d55d3dd7.tar.bz2 openembedded-core-c5f092892637c3442426984251139f93d55d3dd7.zip |
perl-native: populate into its own dir
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 50fa1c9668..63f7e13e01 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 +NATIVE_PACKAGE_PATH_SUFFIX = "/${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} \ |