diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-29 13:42:12 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-03 09:12:07 -0300 |
commit | 0be7020ff0276d8d417f6caff564053fd0ee10dc (patch) | |
tree | d0e4e47eab978caf346f18dfde541dfd1b886e0d /recipes-extended/libpkcs11 | |
parent | 9e3c4441533b780a055e0d5bc279a2b518307ab7 (diff) | |
download | meta-freescale-0be7020ff0276d8d417f6caff564053fd0ee10dc.tar.gz |
libpkcs11: install all app
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended/libpkcs11')
-rw-r--r-- | recipes-extended/libpkcs11/libpkcs11_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb index 384b24f2..33c27ecd 100644 --- a/recipes-extended/libpkcs11/libpkcs11_git.bb +++ b/recipes-extended/libpkcs11/libpkcs11_git.bb | |||
@@ -28,7 +28,7 @@ do_install(){ | |||
28 | mkdir -p ${D}/${includedir} ${D}/${bindir} | 28 | mkdir -p ${D}/${includedir} ${D}/${bindir} |
29 | cp ${S}/out/export/lib/libpkcs11.so ${D}/${libdir} | 29 | cp ${S}/out/export/lib/libpkcs11.so ${D}/${libdir} |
30 | cp ${S}/out/export/include/*.h ${D}/${includedir} | 30 | cp ${S}/out/export/include/*.h ${D}/${includedir} |
31 | cp ${S}/out/export/app/pkcs11_app ${D}/${bindir} | 31 | cp ${S}/out/export/app/* ${D}/${bindir} |
32 | } | 32 | } |
33 | 33 | ||
34 | PARALLEL_MAKE = "" | 34 | PARALLEL_MAKE = "" |