From 8542fd3f3c5a2696a6617d5d106739e067bc7108 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 25 Oct 2022 12:14:25 +0200 Subject: [PATCH] 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) --- libs/libwebsockets/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile index 434743c4a2..76e6bf0635 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -62,6 +62,7 @@ define Package/libwebsockets-mbedtls TITLE += (mbedTLS) DEPENDS += +libmbedtls VARIANT:=mbedtls + CONFLICTS:=libwebsockets-openssl endef define Package/libwebsockets-full