aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh/libssh_0.8.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-10-27 18:28:10 -0700
committerKhem Raj <raj.khem@gmail.com>2018-10-27 18:29:32 -0700
commitf1511d254632a34c1deb51f4bf8b8c21e7423f51 (patch)
tree0829fe81052073fe45898edaaa799e448b04f152 /meta-oe/recipes-support/libssh/libssh_0.8.4.bb
parent6cb64da8fa3224744f5d39a8124dc4867edfe045 (diff)
downloadmeta-openembedded-contrib-f1511d254632a34c1deb51f4bf8b8c21e7423f51.tar.gz
libssh: Do not use thumb-1 ISA on armv5
Fixes TOPDIR/build/tmpfs/work/armv5te-yoe-linux-gnueabi/libssh/0.8.4-r0/git/src/channels.c:2632:1: sorry, unimplemented: -fstack-check=specific for Thumb-1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh/libssh_0.8.4.bb')
-rw-r--r--meta-oe/recipes-support/libssh/libssh_0.8.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_0.8.4.bb b/meta-oe/recipes-support/libssh/libssh_0.8.4.bb
index 8566741a3a..6040ec959e 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.8.4.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.8.4.bb
@@ -16,6 +16,8 @@ inherit cmake
PACKAGECONFIG ??=""
PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, "
+ARM_INSTRUCTION_SET_armv5 = "arm"
+
EXTRA_OECMAKE = " \
-DWITH_GCRYPT=1 \
-DWITH_PCAP=1 \