[LEDE-DEV] [PATCH packages] libwebsockets: set PROVIDES for all variants
Rafał Miłecki
zajec5 at gmail.com
Wed Mar 29 14:29:32 PDT 2017
From: Rafał Miłecki <rafal at milecki.pl>
This allows software using libwebsockets to simply specify a
libwebsockets dependency. Otherwise a specific variant (or set of them)
would need to be specified.
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
libs/libwebsockets/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile
index cfc441b5..d8d307a3 100644
--- a/libs/libwebsockets/Makefile
+++ b/libs/libwebsockets/Makefile
@@ -46,6 +46,7 @@ define Package/libwebsockets/Default
DEPENDS:=+zlib
URL:=https://libwebsockets.org
MAINTAINER:=Karl Palsson <karlp at etactica.com>
+ PROVIDES:=libwebsockets
endef
define Package/libwebsockets-openssl
--
2.11.0
More information about the Lede-dev
mailing list