diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-17 15:15:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-17 15:15:13 +0000 |
commit | a7fa6dbb91e48158680e5f934289e28119862cdc (patch) | |
tree | 3467bebed9462279fceb42eb4a6895e3de11b73f /meta/recipes-devtools/perl | |
parent | d38ad3271829b2d282c973e69edd265ef52174c8 (diff) | |
download | poky-a7fa6dbb91e48158680e5f934289e28119862cdc.tar.gz |
perl-native: Ensure the wrapper appends to any existing PERL5LIB
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.12.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
7 | DEPENDS = "virtual/db-native gdbm-native" | 7 | DEPENDS = "virtual/db-native gdbm-native" |
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 10 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
11 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 11 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
@@ -89,7 +89,7 @@ do_install () { | |||
89 | install $i ${D}${libdir}/perl/${PV}/CORE | 89 | install $i ${D}${libdir}/perl/${PV}/CORE |
90 | done | 90 | done |
91 | 91 | ||
92 | create_wrapper ${D}${bindir}/perl PERL5LIB=${STAGING_LIBDIR}/perl/5.12.2:${STAGING_LIBDIR}/perl/ | 92 | create_wrapper ${D}${bindir}/perl PERL5LIB='$PERL5LIB:${STAGING_LIBDIR}/perl/5.12.2:${STAGING_LIBDIR}/perl/' |
93 | } | 93 | } |
94 | do_install_append_nylon() { | 94 | do_install_append_nylon() { |
95 | # get rid of definitions not supported by the gcc version we use for nylon... | 95 | # get rid of definitions not supported by the gcc version we use for nylon... |