From 58a1a733e5bad2601c959f36c78ae759c3d38b3e Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 25 Oct 2017 11:15:12 +0000 Subject: [PATCH] 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 --- libs/libwebsockets/Makefile | 1 + 1 file changed, 1 insertion(+) 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