aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/perl_5.10.1.bb
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf@emagii.com>2012-01-31 10:55:23 +0100
committerUlf Samuelsson <ulf@emagii.com>2012-02-09 21:08:23 +0100
commit19f9a4e7806b44ee4bb72e6391cd0cca69c525de (patch)
tree168698930a286ca4d582b07ecbe1549caaa52f90 /recipes/perl/perl_5.10.1.bb
parent974979816495c7465e91ebc19d13b73f209948dd (diff)
downloadopenembedded-19f9a4e7806b44ee4bb72e6391cd0cca69c525de.tar.gz
perl_5.10.1.bb: Add search for libraries
Ubuntu 11.04 i686 has moved around the libraries. perl-native will not build due to this. Backported from 5.14.2 Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Diffstat (limited to 'recipes/perl/perl_5.10.1.bb')
-rw-r--r--recipes/perl/perl_5.10.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb
index 6c0dcb16da..68eaaf1b62 100644
--- a/recipes/perl/perl_5.10.1.bb
+++ b/recipes/perl/perl_5.10.1.bb
@@ -75,7 +75,9 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz;name=perl-${PV} \
file://config.sh-32-be \
file://config.sh-64 \
file://config.sh-64-le \
- file://config.sh-64-be"
+ file://config.sh-64-be \
+ file://0001-Find-pthread-libraries.patch \
+ "
SRC_URI[perl-5.10.1.md5sum] = "b9b2fdb957f50ada62d73f43ee75d044"
SRC_URI[perl-5.10.1.sha256sum] = "cb7f26ea4b2b28d6644354d87a269d01cac1b635287dae64e88eeafa24b44f35"