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:42:53 +0000 |
commit | fce2ee7ba31a48595adcfd6528a67324a67ee59e (patch) | |
tree | a14ee595e522b35a587fd92ff469ca5ca566cc18 /meta/recipes-core | |
parent | f87063baf9c3eb8f9931d2308bc0e24ab76112f4 (diff) | |
download | poky-fce2ee7ba31a48595adcfd6528a67324a67ee59e.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.
(From OE-Core rev: 4b17606fbca63a17cafbc285e3efe48c4c54a266)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 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" | |||
41 | 41 | ||
42 | SYSTEMD_SERVICE_${PN} = "dropbear.socket" | 42 | SYSTEMD_SERVICE_${PN} = "dropbear.socket" |
43 | 43 | ||
44 | CFLAGS_prepend = " -I. " | ||
45 | LD = "${CC}" | ||
46 | |||
47 | SBINCOMMANDS = "dropbear dropbearkey dropbearconvert" | 44 | SBINCOMMANDS = "dropbear dropbearkey dropbearconvert" |
48 | BINCOMMANDS = "dbclient ssh scp" | 45 | BINCOMMANDS = "dbclient ssh scp" |
49 | EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"' | 46 | EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"' |