libwebsockets: OpenSSL and mbedTLS variants should conflict 19701/head
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 10:27:11 +0000 (12:27 +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>
libs/libwebsockets/Makefile

index 49a4381f73d4a70c754f138d1604c8e04d7c9f42..617523a27a0d838b2d815b50890df7ce41ffc291 100644 (file)
@@ -64,6 +64,7 @@ define Package/libwebsockets-mbedtls
        TITLE += (mbedTLS)
        DEPENDS += +libmbedtls
        VARIANT:=mbedtls
+       CONFLICTS:=libwebsockets-openssl
 endef
 
 define Package/libwebsockets-full