diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-16 13:03:35 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-04-02 10:30:13 -0300 |
commit | 2939a93f87c9f5d6035af6c14c4f362fdc8feef0 (patch) | |
tree | 2908d9b383a224cc2e4bd3e078c47423efc6402a /recipes-connectivity | |
parent | ee326e566ba00a8494ee19cbad465d022f577c80 (diff) | |
download | meta-freescale-2939a93f87c9f5d6035af6c14c4f362fdc8feef0.tar.gz |
openssl-qoriq: add crypto to {includedir}
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq.inc b/recipes-connectivity/openssl/openssl-qoriq.inc index 833df42a..c28941ac 100644 --- a/recipes-connectivity/openssl/openssl-qoriq.inc +++ b/recipes-connectivity/openssl/openssl-qoriq.inc | |||
@@ -194,6 +194,7 @@ do_install () { | |||
194 | 194 | ||
195 | install -d ${D}${includedir} | 195 | install -d ${D}${includedir} |
196 | cp --dereference -R include/openssl ${D}${includedir} | 196 | cp --dereference -R include/openssl ${D}${includedir} |
197 | cp --dereference -R crypto ${D}${includedir} | ||
197 | 198 | ||
198 | install -Dm 0755 ${WORKDIR}/openssl-c_rehash.sh ${D}${bindir}/c_rehash | 199 | install -Dm 0755 ${WORKDIR}/openssl-c_rehash.sh ${D}${bindir}/c_rehash |
199 | sed -i -e 's,/etc/openssl,${sysconfdir}/ssl,g' ${D}${bindir}/c_rehash | 200 | sed -i -e 's,/etc/openssl,${sysconfdir}/ssl,g' ${D}${bindir}/c_rehash |