diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-02-08 10:37:41 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:32 +0100 |
commit | 2ef3979a41c77883525d9fb98ec774a9db1f736b (patch) | |
tree | c3a8fb6672ffa7f3a513eb96911c8de73b903d13 | |
parent | 4071e6b4b0a13a716c7473fd2f569a5b197c72bd (diff) | |
download | meta-openembedded-2ef3979a41c77883525d9fb98ec774a9db1f736b.tar.gz |
cryptsetup: enable native compilation
Useful for setting up dm-verity during a build.
"native-sdk" gets added just in case that this may also be used in an
SDK.
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb index d560625db..38470ac2a 100644 --- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb +++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.2.bb | |||
@@ -32,3 +32,5 @@ RRECOMMENDS_${PN} = "kernel-module-aes-generic \ | |||
32 | " | 32 | " |
33 | 33 | ||
34 | EXTRA_OECONF = "--enable-static" | 34 | EXTRA_OECONF = "--enable-static" |
35 | |||
36 | BBCLASSEXTEND = "native nativesdk" | ||