diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/libpkcs11/libpkcs11_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb index 5496b09c..42b48779 100644 --- a/recipes-extended/libpkcs11/libpkcs11_git.bb +++ b/recipes-extended/libpkcs11/libpkcs11_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" | |||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1 \ | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1 \ |
6 | file://0001-fix-multiple-definition-error.patch \ | 6 | file://0001-fix-multiple-definition-error.patch \ |
7 | " | 7 | " |
8 | SRCREV = "a243fb21772f1bd434d8bc1ac45feb36571afadb" | 8 | SRCREV = "8d85182b7a7cd393ab6dd72930f8d1b69468f741" |
9 | 9 | ||
10 | DEPENDS = "openssl secure-obj" | 10 | DEPENDS = "openssl secure-obj" |
11 | 11 | ||
@@ -30,6 +30,7 @@ do_install(){ | |||
30 | mkdir -p ${D}/${includedir} ${D}/${bindir} | 30 | mkdir -p ${D}/${includedir} ${D}/${bindir} |
31 | cp ${S}/out/export/lib/libpkcs11.so ${D}/${libdir} | 31 | cp ${S}/out/export/lib/libpkcs11.so ${D}/${libdir} |
32 | cp ${S}/out/export/include/*.h ${D}/${includedir} | 32 | cp ${S}/out/export/include/*.h ${D}/${includedir} |
33 | rm -f ${D}${includedir}/pkcs11.h | ||
33 | cp ${S}/out/export/app/* ${D}/${bindir} | 34 | cp ${S}/out/export/app/* ${D}/${bindir} |
34 | } | 35 | } |
35 | 36 | ||