use termios instead of termio
Signed-off-by: Khem Raj
---
meta/recipes-connectivity/openssl/openssl.inc | 4 +++-
.../openssl/openssl/configure-musl-target.patch| 27 ++
.../recipes-connectivity/openssl/openssl_1.0.2d.bb | 1 +
3 files changed, 31 insertions(+), 1
On Thu, 2015-11-19 at 17:10 +, Khem Raj wrote:
> ++#define TERMIOS
> ++#undef TERMIO
Wouldn't it be better to change openssl.inc's definition of ${CFLAG} to
do -DTERMIOS rather than -DTERMIO, if that's what you want?
p.
--
___
Openembedded-core m
use termios instead of termio
Signed-off-by: Khem Raj
---
.../openssl/openssl/configure-musl-target.patch| 27 ++
.../openssl/openssl/linux-musl-libc-termios.patch | 19 +++
.../recipes-connectivity/openssl/openssl_1.0.2d.bb | 2 ++
3 files changed, 48 inser