meta-openembedded/meta-oe/recipes-crypto
Peter Kjellerstedt 497602b484 cryptsetup: Only recommend kernel modules when building for target
Otherwise cryptsetup-native depends on the target kernel and thus the
target compiler, as can be seen by:

  $ bitbake -g cryptsetup-native
  $ grep 'cryptsetup.*linux-yocto' task-depends.dot
  "cryptsetup-native.do_build" -> "linux-yocto.do_deploy"
  "cryptsetup-native.do_build" -> "linux-yocto.do_package_write_rpm"
  "cryptsetup-native.do_populate_sysroot" -> "linux-yocto.do_populate_sysroot"
  $ grep 'linux-yocto.*gcc-cross' task-depends.dot
  "linux-yocto.do_kernel_configme" -> "gcc-cross-x86_64.do_populate_sysroot"
  "linux-yocto.do_prepare_recipe_sysroot" -> "gcc-cross-x86_64.do_populate_sysroot"

This also moves the runtime dependencies to near the end of the recipe,
which is more customary.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-28 09:03:34 -07:00
..
botan botan: upgrade 2.14.0 -> 2.18.1 2021-05-24 07:39:35 -07:00
cryptsetup cryptsetup: Only recommend kernel modules when building for target 2021-06-28 09:03:34 -07:00
fsverity-utils fsverity-utils: upgrade 1.3 -> 1.4 2021-06-18 08:42:25 -07:00
libkcapi libkcapi: Fix build on riscv32 2020-11-16 12:34:51 -08:00
libmcrypt libmcrypt: Run autoreconf steps manually 2021-02-08 10:17:17 -08:00
libsodium libsodium: upgrade 1.0.17 -> 1.0.18 2019-08-02 18:04:41 -07:00
pkcs11-helper pkcs11-helper: upgrade 1.26 -> 1.27 2020-11-27 11:54:04 -08:00