All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-softhsmv2: Use target includes for zlib and openssl
@ 2016-01-19 15:51 Paul Barker
  2016-01-19 19:01 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Barker @ 2016-01-19 15:51 UTC (permalink / raw)
  To: meta-ti

ti-softhsmv2 needs to look at the target include directories instead of the host
include directories for zlib and openssl header files.

Signed-off-by: Paul Barker <paul.barker@commagility.com>
---
 recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index c1e1654..dd51309 100644
--- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
+++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
@@ -21,7 +21,10 @@ S = "${WORKDIR}/git"
 CFLAGS += " -mno-unaligned-access"
 CPPFLAGS += " -mno-unaligned-access"
 
-EXTRA_OECONF += "--with-zlib=${STAGING_DIR_HOST}/usr"
+EXTRA_OECONF += " \
+    --with-zlib=${STAGING_DIR_TARGET}/usr \
+    --with-openssl=${STAGING_DIR_TARGET}/usr \
+    "
 
 INITSCRIPT_NAME = "softhsm-daemon.sh"
 INITSCRIPT_PARAMS = "defaults 10"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-20 10:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-19 15:51 [PATCH] ti-softhsmv2: Use target includes for zlib and openssl Paul Barker
2016-01-19 19:01 ` Khem Raj
2016-01-19 19:13   ` Denys Dmytriyenko
2016-01-20 10:26     ` Paul Barker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.