diff options
Diffstat (limited to 'meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb')
-rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |