summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-10-17 14:46:51 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-03-31 21:50:34 +0200
commit18994e0c4881625a7c6cda5f41cb9520abf7762e (patch)
treecc6536ed61c92c320d2012e6e5051e423a28d956 /recipes-core
parent32e958fbffd7d66aa0e4522519f16403fb60c426 (diff)
dropbear: remove unused bbappend
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/dropbear/dropbear_2013.58.bbappend16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-core/dropbear/dropbear_2013.58.bbappend b/recipes-core/dropbear/dropbear_2013.58.bbappend
deleted file mode 100644
index a87134c..0000000
--- a/recipes-core/dropbear/dropbear_2013.58.bbappend
+++ /dev/null
@@ -1,16 +0,0 @@
-# look for files in the layer first
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-#don't do reverse DNS lookups, this leads to long delays as our
-#embedded targets arn't usually in an environment where there
-#is a reachable DNS server
-SRC_URI += "file://remove-reverse-dns.patch"
-
-# Packport from http://patches.openembedded.org/patch/48957
-# workaround different libexecdir definition in oe; it does not fix
-# the multilib issues but mades sftp work again when dropbear and
-# openssh-sftp-server are for the same architecture.
-#_sftp_server_path = "${@\
-# ['${libexecdir}/sftp-server','${libdir}/openssh/sftp-server']\
-# [d.getVar('libexecdir', True).endswith(d.expand('/${BPN}'))]}"
-#CFLAGS += "-DSFTPSERVER_PATH=\\"${_sftp_server_path}\\""