From: Josef Schlehofer Date: Tue, 25 Oct 2022 10:14:25 +0000 (+0200) Subject: libwebsockets: OpenSSL and mbedTLS variants should conflict X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7b1b79c505b60092c8a46013309ed68d7dc1a86a;p=feed%2Fpackages.git 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 (cherry picked from commit 676c5c72b5eeb583da2603e399fac085fa442c59) --- diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile index 9caedca68f..80c52d74a1 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -59,6 +59,7 @@ define Package/libwebsockets-mbedtls TITLE += (mbedTLS) DEPENDS += +libmbedtls VARIANT:=mbedtls + CONFLICTS:=libwebsockets-openssl endef define Package/libwebsockets-full