package/cryptodev: properly declare providers
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 3 Sep 2016 22:58:40 +0000 (00:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Sep 2016 13:38:59 +0000 (15:38 +0200)
commit66c767aeed40b631e0e8b9a7a770a24662b3f3ea
tree8324cf6a862dc3c53e7602a994a5cd14ded2f165
parent8e195d63ba7c6404f31b15414ffbb92dbfb338a8
package/cryptodev: properly declare providers

cryptodev-linux and ocf-linux are providers of the cryptodev virtual
package, so they must declare themselves as such.

We do not have any problem for now, as the only consumer (openssl) of
both cryptodev-linux and ocf-linux did not depend on the virtual package
but on each provider. The other consumer is gnutls, but has only a
dependency on cryptodev-linux.

However, openssl can be turned into a proper consumer of the virtual
package, which would trigger the bug.

For the sake of correctness, make both cryptodev-linux and ocf-linux
declare themselves as providers for the cryptodev virtual package.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cryptodev-linux/cryptodev-linux.mk
package/ocf-linux/ocf-linux.mk