diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-12-08 13:42:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:31:42 +0000 |
commit | 4b17606fbca63a17cafbc285e3efe48c4c54a266 (patch) | |
tree | 6439da61e7919a1660ed181b46d00443f746bbfa /meta | |
parent | d0658e0e9efcf2c995e92a61af0e5300ebcdce82 (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dropbear/dropbear.inc | 3 |
1 files changed, 0 insertions, 3 deletions
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}"' |