Fix: CVE-2016-1238 recent perl doesn't include cwd
[AGL/meta-agl.git] / meta-agl / recipes-connectivity / openssl / openssl_1.0.2h.bbappend
1 # As fixed in debian package perl (5.22.2-3) [SECURITY] CVE-2016-1238
2 # We have to tell perl to include cwd in @INC using PERL_USE_UNSAFE_INC
3 # Fixed in morty release. See commit : http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=ffdc23ab5311b651e27c9bda16da5ddd482249fa
4
5 do_configure_prepend() {
6 ${@'export PERL_USE_UNSAFE_INC=1' if (d.getVar("DISTRO_CODENAME", True) == "chinook") else ''}
7 }