aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-12-08 13:42:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-12 23:31:42 +0000
commit4b17606fbca63a17cafbc285e3efe48c4c54a266 (patch)
tree6439da61e7919a1660ed181b46d00443f746bbfa
parentd0658e0e9efcf2c995e92a61af0e5300ebcdce82 (diff)
downloadopenembedded-core-contrib-4b17606fbca63a17cafbc285e3efe48c4c54a266.tar.gz
dropbear.inc: drop legacy CFLAGS and LD tweaks
The CFLAGS and LD tweaks in dropbear.inc date back to 2005/2006 and whatever issue they worked around back then seems to have been fixed in the latest versions of dropbear. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-core/dropbear/dropbear.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
index a2c736e174..1dce2a5ff6 100644
--- a/meta/recipes-core/dropbear/dropbear.inc
+++ b/meta/recipes-core/dropbear/dropbear.inc
@@ -41,9 +41,6 @@ INITSCRIPT_PARAMS = "defaults 10"
SYSTEMD_SERVICE_${PN} = "dropbear.socket"
-CFLAGS_prepend = " -I. "
-LD = "${CC}"
-
SBINCOMMANDS = "dropbear dropbearkey dropbearconvert"
BINCOMMANDS = "dbclient ssh scp"
EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"'