package/openssl: depend on the virtual cryptodev package
Instead of depending on each provider of cryptodev, make openssl depend on the virtual package. This is easy because in both cases the openssl build systems needs the same configuration options. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
66c767aeed
commit
cf03d6fe04
@ -28,14 +28,9 @@ ifeq ($(BR2_USE_MMU),)
|
||||
OPENSSL_CFLAGS += -DHAVE_FORK=0
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_CRYPTODEV_LINUX),y)
|
||||
ifeq ($(BR2_PACKAGE_HAS_CRYPTODEV),y)
|
||||
OPENSSL_CFLAGS += -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS
|
||||
OPENSSL_DEPENDENCIES += cryptodev-linux
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OCF_LINUX),y)
|
||||
OPENSSL_CFLAGS += -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS
|
||||
OPENSSL_DEPENDENCIES += ocf-linux
|
||||
OPENSSL_DEPENDENCIES += cryptodev
|
||||
endif
|
||||
|
||||
# Some architectures are optimized in OpenSSL
|
||||
|
Loading…
Reference in New Issue
Block a user