summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libpkcs11/libpkcs11_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/libpkcs11/libpkcs11_git.bb')
-rw-r--r--recipes-extended/libpkcs11/libpkcs11_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb
index 347a8ef9a..d36506184 100644
--- a/recipes-extended/libpkcs11/libpkcs11_git.bb
+++ b/recipes-extended/libpkcs11/libpkcs11_git.bb
@@ -20,7 +20,7 @@ EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}"'
20do_compile() { 20do_compile() {
21 export OPENSSL_PATH="${RECIPE_SYSROOT}/usr" 21 export OPENSSL_PATH="${RECIPE_SYSROOT}/usr"
22 export CROSS_COMPILE="${WRAP_TARGET_PREFIX}" 22 export CROSS_COMPILE="${WRAP_TARGET_PREFIX}"
23 oe_runmake all 23 oe_runmake all
24} 24}
25 25
26do_install(){ 26do_install(){