deleted file mode 100644
@@ -1,14 +0,0 @@
---- lftp-4.3.8.orig/lib/stdio.in.h
-+++ lftp-4.3.8/lib/stdio.in.h
-@@ -702,10 +702,12 @@ _GL_WARN_ON_USE (getline, "getline is un
- /* It is very rare that the developer ever has full control of stdin,
- so any use of gets warrants an unconditional warning; besides, C11
- removed it. */
-+#ifdef gets
- #undef gets
- #if HAVE_RAW_DECL_GETS
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
- #endif
-+#endif
-
- #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
deleted file mode 100644
@@ -1,5 +0,0 @@
-LICENSE = "GPL-3.0+"
-
-require lftp.inc
-
-SRC_URI += "file://gets-undefined-in-C11.patch"
deleted file mode 100644
@@ -1 +0,0 @@
-6e3b8165fa89781533f4af7350f62eb670ab26fe lftp-4.3.8.tar.bz2
From: Jacob Kjaergaard <jacob.kjaergaard@prevas.dk> --- .../lftp/lftp-4.3.8/gets-undefined-in-C11.patch | 14 -------------- recipes/lftp/lftp_4.3.8.oe | 5 ----- recipes/lftp/lftp_4.3.8.oe.sig | 1 - 3 files changed, 20 deletions(-) delete mode 100644 recipes/lftp/lftp-4.3.8/gets-undefined-in-C11.patch delete mode 100644 recipes/lftp/lftp_4.3.8.oe delete mode 100644 recipes/lftp/lftp_4.3.8.oe.sig