569b842985
For the underlying reasons, see previous patch, titled: package/opengl/libegl: switch to package-defined providers Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <jacmet@uclibc.org> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
452 B
Makefile
18 lines
452 B
Makefile
################################################################################
|
|
#
|
|
# cryptodev
|
|
#
|
|
################################################################################
|
|
|
|
CRYPTODEV_SOURCE =
|
|
CRYPTODEV_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_CRYPTODEV))
|
|
|
|
ifeq ($(CRYPTODEV_DEPENDENCIES),)
|
|
define CRYPTODEV_CONFIGURE_CMDS
|
|
echo "No CRYPTODEV implementation defined. Configuration error"
|
|
exit 1
|
|
endef
|
|
endif
|
|
|
|
$(eval $(generic-package))
|