summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-native_5.24.1.bb
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2016-12-01 10:34:25 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 23:27:10 +0000
commitef010c1a1d823870aba80152fc13c32c62e95146 (patch)
treea7ce0de895c6e09cd900f20fb6920eb64aae0b00 /meta/recipes-devtools/perl/perl-native_5.24.1.bb
parent2cdaa0c493b61b73cbc3e53dc0b6ea6b510f2dad (diff)
downloadpoky-ef010c1a1d823870aba80152fc13c32c62e95146.tar.gz
perl-native: Remove usage of -fstack-protector=strong
Some distributions (like opensuse421) supported by the project comes with older gcc releases, -fstack-protector=strong is supported by GCC>=4.9. This causes a build failure when install perl-native from a sstate that comes from a machine supporting -fstack-protector=strong [1]. So disable usage of this flag in perl-native builds, this patch could be removed when all supported distros comes with GCC>=4.9. [YOCTO #10338] [1] http://errors.yoctoproject.org/Errors/Details/109589/ (From OE-Core rev: 37fd073526811dee6edcfbb78a1864dd37991f4d) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.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-native_5.24.1.bb')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.24.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.24.1.bb b/meta/recipes-devtools/perl/perl-native_5.24.1.bb
index d111bcdd42..896a379db6 100644
--- a/meta/recipes-devtools/perl/perl-native_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.24.1.bb
@@ -11,6 +11,7 @@ SRC_URI += "\
11 file://debian/errno_ver.diff \ 11 file://debian/errno_ver.diff \
12 file://dynaloaderhack.patch \ 12 file://dynaloaderhack.patch \
13 file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \ 13 file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \
14 file://0001-Configure-Remove-fstack-protector-strong-for-native-.patch \
14 " 15 "
15 16
16SRC_URI[md5sum] = "af6a84c7c3e2b8b269c105a5db2f6d53" 17SRC_URI[md5sum] = "af6a84c7c3e2b8b269c105a5db2f6d53"