From: Dexuan Cui Date: Tue, 31 May 2011 07:07:56 +0000 (+0800) Subject: perl-native: populate into its own dir X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ba6d0183e53aba2ed5b4151f0a61b70570bca66;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perl-native: populate into its own dir Signed-off-by: Dexuan Cui --- 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 cbb4e78c1f5..c165be3261d 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} \