> On Jan 19, 2016, at 7:51 AM, Paul Barker wrote: > > 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 > --- > 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 \ > + “ you know there is STAGING_EXECPREFIXDIR, may be better suited here ? > > INITSCRIPT_NAME = "softhsm-daemon.sh" > INITSCRIPT_PARAMS = "defaults 10" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti