From: Karl Palsson Date: Wed, 25 Oct 2017 11:15:12 +0000 (+0000) Subject: libwebsockets: add PROVIDES to both variants X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=58a1a733e5bad2601c959f36c78ae759c3d38b3e;p=feed%2Fpackages.git libwebsockets: add PROVIDES to both variants Fixed recently in master as part of upgrading, but the same issue applies to 17.01. The two variant packages both now PROVIDE libwebsockets, the virtual package. Signed-off-by: Karl Palsson --- diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile index cd090a7a99..df36301abc 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -43,6 +43,7 @@ define Package/$(PKG_NAME)/Default SECTION:=libs CATEGORY:=Libraries TITLE:=libwebsockets + PROVIDES:=libwebsockets DEPENDS:=+zlib URL:=https://libwebsockets.org MAINTAINER:=Karl Palsson