libmicrohttpd: Remove one CONFLICTS statement.

Having CONFLICTS for each variant in the other variant causes recursive dependency error, even though the two variants do conflict with each other. This commit removes one of the CONFLICT lines.
Build now completes without error on SDK.

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White 2019-04-04 15:31:33 +01:00
parent edec5b104e
commit 753855b8a1

View file

@ -34,7 +34,6 @@ define Package/libmicrohttpd-no-ssl
$(call Package/libmicrohttpd/default)
VARIANT:=nossl
DEFAULT_VARIANT:=1
CONFLICTS:=libmicrohttpd-ssl
PROVIDES:=libmicrohttpd
endef