diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.12.3.bb')
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.12.3.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/perl_5.12.3.bb index b0534825b4..850eef21c2 100644 --- a/meta/recipes-devtools/perl/perl_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl_5.12.3.bb | |||
| @@ -8,7 +8,7 @@ PRIORITY = "optional" | |||
| 8 | # We need gnugrep (for -I) | 8 | # We need gnugrep (for -I) |
| 9 | DEPENDS = "virtual/db grep-native" | 9 | DEPENDS = "virtual/db grep-native" |
| 10 | DEPENDS += "gdbm zlib" | 10 | DEPENDS += "gdbm zlib" |
| 11 | PR = "r1" | 11 | PR = "r2" |
| 12 | 12 | ||
| 13 | # 5.10.1 has Module::Build built-in | 13 | # 5.10.1 has Module::Build built-in |
| 14 | PROVIDES += "libmodule-build-perl" | 14 | PROVIDES += "libmodule-build-perl" |
| @@ -68,6 +68,7 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ | |||
| 68 | file://native-perlinc.patch \ | 68 | file://native-perlinc.patch \ |
| 69 | file://perl-enable-gdbm.patch \ | 69 | file://perl-enable-gdbm.patch \ |
| 70 | file://cross-generate_uudmap.patch \ | 70 | file://cross-generate_uudmap.patch \ |
| 71 | file://fix_bad_rpath.patch \ | ||
| 71 | \ | 72 | \ |
| 72 | file://config.sh \ | 73 | file://config.sh \ |
| 73 | file://config.sh-32 \ | 74 | file://config.sh-32 \ |
| @@ -178,7 +179,8 @@ do_configure() { | |||
| 178 | do_compile() { | 179 | do_compile() { |
| 179 | sed -i -e 's|/usr/include|${STAGING_INCDIR}|g' ext/Errno/Errno_pm.PL | 180 | sed -i -e 's|/usr/include|${STAGING_INCDIR}|g' ext/Errno/Errno_pm.PL |
| 180 | sed -i -e 's|/usr/include|${STAGING_INCDIR}|g' cpan/Compress-Raw-Zlib/config.in | 181 | sed -i -e 's|/usr/include|${STAGING_INCDIR}|g' cpan/Compress-Raw-Zlib/config.in |
| 181 | sed -i -e 's|/usr/lib|${STAGING_LIBDIR}|g' cpan/Compress-Raw-Zlib/config.in | 182 | sed -i -e 's|/usr/lib|""|g' cpan/Compress-Raw-Zlib/config.in |
| 183 | sed -i -e 's|SYSROOTLIB|${STAGING_LIBDIR}|g' cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm | ||
| 182 | 184 | ||
| 183 | cd Cross | 185 | cd Cross |
| 184 | oe_runmake perl LD="${CCLD}" | 186 | oe_runmake perl LD="${CCLD}" |
