diff options
Diffstat (limited to 'meta/recipes-kernel/cryptodev')
| -rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb | 2 |
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 |
| 8 | DEPENDS += "cryptodev-linux" | 8 | DEPENDS += "cryptodev-linux" |
| 9 | 9 | ||
| 10 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | 10 | EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
| 11 | 11 | ||
| 12 | RCONFLICTS:${PN} = "ocf-linux" | 12 | RCONFLICTS:${PN} = "ocf-linux" |
| 13 | RREPLACES:${PN} = "ocf-linux" | 13 | RREPLACES:${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 | ||
| 5 | DEPENDS += "openssl" | 5 | DEPENDS += "openssl" |
| 6 | 6 | ||
| 7 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"' | 7 | EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"' |
| 8 | 8 | ||
| 9 | do_compile() { | 9 | do_compile() { |
| 10 | oe_runmake tests | 10 | oe_runmake tests |
