diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2015-10-23 10:18:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-24 12:21:30 +0100 |
commit | c616e05691ec143066df8f416cc0b6b464fabd02 (patch) | |
tree | 125fa476e3f568fed0fd70ef5a60d19b924920c2 /meta/recipes-devtools/perl/perl_5.22.0.bb | |
parent | ba127370e621b5b683d6f454596c3d0c60c13df7 (diff) | |
download | openembedded-core-c616e05691ec143066df8f416cc0b6b464fabd02.tar.gz openembedded-core-c616e05691ec143066df8f416cc0b6b464fabd02.tar.bz2 openembedded-core-c616e05691ec143066df8f416cc0b6b464fabd02.zip |
Perl: Use CC version not $Config(gccversion)
Get version data from querying $CC rather then
$Config(gccversion) which comes from running version of
perl. Since perl-native is not likely compiled by gcc
5 at this point, it will never trigger the required
fixes for gcc 5.
[YOCTO #8367]
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.22.0.bb')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.22.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb index 3ce7849f9e..66e074d37b 100644 --- a/meta/recipes-devtools/perl/perl_5.22.0.bb +++ b/meta/recipes-devtools/perl/perl_5.22.0.bb @@ -62,6 +62,7 @@ SRC_URI += " \ file://ext-ODBM_File-hints-linux.pl-link-libgdbm_compat.patch \ file://ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch \ file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \ + file://perl-errno-generation-gcc5.patch \ " # Fix test case issues |