blob: e30136f23a6dbe7c0c91842c611eba271beae05b (
plain)
1
2
3
4
|
# Add a hook to disable depending on cryptodev-module for containers
CRYPTODEV_RDEPENDS = "cryptodev-module"
CRYPTODEV_RDEPENDS_aglcontainerguest = ""
PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,${CRYPTODEV_RDEPENDS}"
|