openssl: remove unused patch
configure flags no longer require openssl to be built
with make depend && make. Thus removing it.
Change-Id: I31c3a03b04bd52db6f3e500622eb197afacd2fe1
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/common/recipes-connectivity/openssl/openssl/Configure.patch b/common/recipes-connectivity/openssl/openssl/Configure.patch
deleted file mode 100644
index 690301b..0000000
--- a/common/recipes-connectivity/openssl/openssl/Configure.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/Configure.bak b/Configure
-index c98107a..320cf2c 100755
---- a/Configure.bak
-+++ b/Configure
-@@ -1723,8 +1723,8 @@ while (<IN>)
- s/^CC=.*$/CC= $cc/;
- s/^AR=\s*ar/AR= $ar/;
- s/^RANLIB=.*/RANLIB= $ranlib/;
-- s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $cc eq "gcc";
-- s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $ecc eq "gcc" || $ecc eq "clang";
-+ s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/; # if $cc eq "gcc";
-+ #s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $ecc eq "gcc" || $ecc eq "clang";
- }
- s/^CFLAG=.*$/CFLAG= $cflags/;
- s/^DEPFLAG=.*$/DEPFLAG=$depflags/;
diff --git a/common/recipes-connectivity/openssl/openssl_%.bbappend b/common/recipes-connectivity/openssl/openssl_%.bbappend
index 5816aef..44898f0 100644
--- a/common/recipes-connectivity/openssl/openssl_%.bbappend
+++ b/common/recipes-connectivity/openssl/openssl_%.bbappend
@@ -1,5 +1,4 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-SRC_URI_append = "file://Configure.patch"
# General config settings.
EXTRA_OECONF_append = " shared no-hw no-err no-psk no-srp no-engines "