From 17550259fa0025cbbc96fd8e59c817abeeda2c5c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 5 Jan 2014 14:44:01 +0100 Subject: dropbear connman bbappend: update to match bb version --- recipes-core/dropbear/dropbear_2012.55.bbappend | 18 ------------------ recipes-core/dropbear/dropbear_2013.58.bbappend | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 recipes-core/dropbear/dropbear_2012.55.bbappend create mode 100644 recipes-core/dropbear/dropbear_2013.58.bbappend (limited to 'recipes-core') diff --git a/recipes-core/dropbear/dropbear_2012.55.bbappend b/recipes-core/dropbear/dropbear_2012.55.bbappend deleted file mode 100644 index 3dd802e..0000000 --- a/recipes-core/dropbear/dropbear_2012.55.bbappend +++ /dev/null @@ -1,18 +0,0 @@ -PRINC := "${@int(PRINC) + 1}" - -# 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}\\"" diff --git a/recipes-core/dropbear/dropbear_2013.58.bbappend b/recipes-core/dropbear/dropbear_2013.58.bbappend new file mode 100644 index 0000000..f253bbe --- /dev/null +++ b/recipes-core/dropbear/dropbear_2013.58.bbappend @@ -0,0 +1,18 @@ +PRINC := "${@int(PRINC) + 1}" + +# 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}\\"" -- cgit v1.2.3