summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.20.0.bb
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2015-01-20 09:50:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-23 11:36:28 +0000
commit26f7732166c181c0e9b0fba5b63f394986de061b (patch)
tree986b867f27298f55faf3f97ed1ae446c118cdd2c /meta/recipes-devtools/perl/perl_5.20.0.bb
parent817606a90fc8c915a95aee9de6096ca2c88522ee (diff)
downloadpoky-26f7732166c181c0e9b0fba5b63f394986de061b.tar.gz
perl: Backport fix for bug #123591
This patch fixes a crash in perl when using formatted strings @... (From OE-Core rev: 6ff3776bb7f1a7ba2fc641bfd9b8546c4bb02466) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.20.0.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.20.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.20.0.bb b/meta/recipes-devtools/perl/perl_5.20.0.bb
index c1766fc377..db65202ec8 100644
--- a/meta/recipes-devtools/perl/perl_5.20.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.20.0.bb
@@ -63,6 +63,7 @@ SRC_URI += " \
63 file://fix_bad_rpath.patch \ 63 file://fix_bad_rpath.patch \
64 file://perl-archlib-exp.patch \ 64 file://perl-archlib-exp.patch \
65 file://dynaloaderhack.patch \ 65 file://dynaloaderhack.patch \
66 file://fix-FF_MORE-crash.patch \
66 \ 67 \
67 \ 68 \
68 file://config.sh \ 69 file://config.sh \