From: Andre McCurdy Date: Tue, 8 Dec 2015 21:42:50 +0000 (-0800) Subject: dropbear.inc: drop legacy CFLAGS and LD tweaks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce2ee7ba31a48595adcfd6528a67324a67ee59e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. (From OE-Core rev: 4b17606fbca63a17cafbc285e3efe48c4c54a266) Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index a2c736e174b..1dce2a5ff6a 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}"'