remove perl fix for openssl, fix in morty 37/8137/2
authorRonan <ronan.lemartret@iot.bzh>
Thu, 5 Jan 2017 16:38:34 +0000 (17:38 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 10 Jan 2017 19:35:49 +0000 (19:35 +0000)
Change-Id: Icba0d6c2dbcd726387cdd7fdf2e30793b41fe7eb
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
meta-agl/recipes-connectivity/openssl/openssl_1.0.2h.bbappend [deleted file]

diff --git a/meta-agl/recipes-connectivity/openssl/openssl_1.0.2h.bbappend b/meta-agl/recipes-connectivity/openssl/openssl_1.0.2h.bbappend
deleted file mode 100644 (file)
index 31c5c20..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# As fixed in debian package perl (5.22.2-3) [SECURITY] CVE-2016-1238
-# We have to tell perl to include cwd in @INC using PERL_USE_UNSAFE_INC
-# Fixed in morty release. See commit : http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=ffdc23ab5311b651e27c9bda16da5ddd482249fa
-
-do_configure_prepend() {
-${@'export PERL_USE_UNSAFE_INC=1' if (d.getVar("DISTRO_CODENAME", True) == "chinook") else ''}
-}