From a7fa6dbb91e48158680e5f934289e28119862cdc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 17 Jan 2011 15:15:13 +0000 Subject: perl-native: Ensure the wrapper appends to any existing PERL5LIB Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/perl-native_5.12.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/perl') diff --git a/meta/recipes-devtools/perl/perl-native_5.12.2.bb b/meta/recipes-devtools/perl/perl-native_5.12.2.bb index 3fb22db442..14da569ba7 100644 --- a/meta/recipes-devtools/perl/perl-native_5.12.2.bb +++ b/meta/recipes-devtools/perl/perl-native_5.12.2.bb @@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL" LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" DEPENDS = "virtual/db-native gdbm-native" -PR = "r1" +PR = "r2" LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" @@ -89,7 +89,7 @@ do_install () { install $i ${D}${libdir}/perl/${PV}/CORE done - create_wrapper ${D}${bindir}/perl PERL5LIB=${STAGING_LIBDIR}/perl/5.12.2:${STAGING_LIBDIR}/perl/ + create_wrapper ${D}${bindir}/perl PERL5LIB='$PERL5LIB:${STAGING_LIBDIR}/perl/5.12.2:${STAGING_LIBDIR}/perl/' } do_install_append_nylon() { # get rid of definitions not supported by the gcc version we use for nylon... -- cgit v1.2.3-54-g00ecf