libwebsockets: OpenSSL and mbedTLS variants should conflict
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 25 Oct 2022 10:14:25 +0000 (12:14 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 25 Oct 2022 12:29:47 +0000 (14:29 +0200)
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 676c5c72b5eeb583da2603e399fac085fa442c59)

libs/libwebsockets/Makefile

index 9caedca68f4e684aaed6a3dbef1c5ea05f94f2b3..80c52d74a137a5c84ffdf201a20d39794b82812d 100644 (file)
@@ -59,6 +59,7 @@ define Package/libwebsockets-mbedtls
        TITLE += (mbedTLS)
        DEPENDS += +libmbedtls
        VARIANT:=mbedtls
+       CONFLICTS:=libwebsockets-openssl
 endef
 
 define Package/libwebsockets-full