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 <karlp@etactica.com>
This commit is contained in:
Karl Palsson 2017-10-25 11:15:12 +00:00
parent e967fd8ca8
commit 58a1a733e5
1 changed files with 1 additions and 0 deletions

View File

@ -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 <karlp@etactica.com>