[source] libs/wolfssl: add libcysassl to PROVIDES field (for backwards compat)

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 16 15:33:26 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/560b7334ec6337d1d73225727f998a9b706c9ff6

commit 560b7334ec6337d1d73225727f998a9b706c9ff6
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Fri Aug 25 14:25:28 2017 +0300

    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 <ardeleanalex at gmail.com>
---
 package/libs/cyassl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libs/cyassl/Makefile b/package/libs/cyassl/Makefile
index 68646d9..44268f0 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



More information about the lede-commits mailing list