libwebsockets: OpenSSL and mbedTLS variants should conflict
They provide the same files, but they don't conflict to each other, this
means that users can install them side by side.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 676c5c72b5
)
This commit is contained in:
parent
d257d6660f
commit
8542fd3f3c
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ define Package/libwebsockets-mbedtls
|
|||
TITLE += (mbedTLS)
|
||||
DEPENDS += +libmbedtls
|
||||
VARIANT:=mbedtls
|
||||
CONFLICTS:=libwebsockets-openssl
|
||||
endef
|
||||
|
||||
define Package/libwebsockets-full
|
||||
|
|
Loading…
Reference in a new issue