summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/cryptodev
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/cryptodev')
-rw-r--r--meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb2
-rw-r--r--meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb b/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb
index 6fb75675bb..88d76c9d23 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb
+++ b/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb
@@ -7,7 +7,7 @@ inherit module
7# Header file provided by a separate package 7# Header file provided by a separate package
8DEPENDS += "cryptodev-linux" 8DEPENDS += "cryptodev-linux"
9 9
10EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' 10EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
11 11
12RCONFLICTS:${PN} = "ocf-linux" 12RCONFLICTS:${PN} = "ocf-linux"
13RREPLACES:${PN} = "ocf-linux" 13RREPLACES:${PN} = "ocf-linux"
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb
index f6a286e1b7..2cbee8a348 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb
+++ b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb
@@ -4,7 +4,7 @@ SUMMARY = "A test suite for /dev/crypto device driver"
4 4
5DEPENDS += "openssl" 5DEPENDS += "openssl"
6 6
7EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"' 7EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"'
8 8
9do_compile() { 9do_compile() {
10 oe_runmake tests 10 oe_runmake tests