From 560b7334ec6337d1d73225727f998a9b706c9ff6 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 25 Aug 2017 14:25:28 +0300 Subject: [PATCH] libs/wolfssl: add libcysassl to PROVIDES field (for backwards compat) Until other packages from feeds decide to rename the dependency of `+libcyassl` to `+libwolfssl`, this allows for a bit of backwards compatibility with those packages. Signed-off-by: Alexandru Ardelean --- package/libs/cyassl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libs/cyassl/Makefile b/package/libs/cyassl/Makefile index 68646d9b00..44268f07d3 100644 --- a/package/libs/cyassl/Makefile +++ b/package/libs/cyassl/Makefile @@ -30,6 +30,7 @@ define Package/libcyassl TITLE:=CyaSSL library URL:=http://www.wolfssl.com/ MENU:=1 + PROVIDES:=libcyassl endef define Package/libcyassl/description -- 2.30.2