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:30:05 +0000 (14:30 +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 434743c4a2c453fbf425c67632a7ae55496962d3..76e6bf0635191489ec1f22cd4e8cf6f4cd396adc 100644 (file)
@@ -62,6 +62,7 @@ define Package/libwebsockets-mbedtls
        TITLE += (mbedTLS)
        DEPENDS += +libmbedtls
        VARIANT:=mbedtls
+       CONFLICTS:=libwebsockets-openssl
 endef
 
 define Package/libwebsockets-full