diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-20 23:32:21 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-31 13:25:59 +0200 |
commit | aa4daa9990896c8d6092a7e655ac25a0ff2400b3 (patch) | |
tree | 06d9c735dada0c8ab49c86e95ba57fc9daa5c1a5 /meta-oe/recipes-support/libssh | |
parent | ff30e01f6200e0225ac0d03b90758b1b54712564 (diff) | |
download | meta-openembedded-aa4daa9990896c8d6092a7e655ac25a0ff2400b3.tar.gz |
libssh: Force to use gcc toolchain
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh')
-rw-r--r-- | meta-oe/recipes-support/libssh/libssh_0.7.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_0.7.3.bb b/meta-oe/recipes-support/libssh/libssh_0.7.3.bb index 6c2264971..79e7dc599 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.7.3.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.7.3.bb | |||
@@ -31,3 +31,4 @@ do_configure_prepend () { | |||
31 | } | 31 | } |
32 | 32 | ||
33 | FILES_${PN}-dev += "${libdir}/cmake" | 33 | FILES_${PN}-dev += "${libdir}/cmake" |
34 | TOOLCHAIN = "gcc" | ||