libwebsockets: add PROVIDES to both variants
authorKarl Palsson <karlp@etactica.com>
Wed, 25 Oct 2017 11:15:12 +0000 (11:15 +0000)
committerKarl Palsson <karlp@etactica.com>
Wed, 25 Oct 2017 11:15:12 +0000 (11:15 +0000)
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>
libs/libwebsockets/Makefile

index cd090a7a995a3d7669b46f6d395b150678e1a845..df36301abc4850877f626496c6e1c46b87666978 100644 (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>