summaryrefslogtreecommitdiff
path: root/package/cyassl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-30 21:26:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-30 21:27:06 +0200
commit926ffc16c47e6620b9085bec581613be50ae5620 (patch)
treefe722e012b9d00896eab79fbb8da78373c29ee5b /package/cyassl
parent5322dff320709cc4325e181e1ecd038ea3cd9309 (diff)
cyassl is now wolfssl. update to latest
Diffstat (limited to 'package/cyassl')
-rw-r--r--package/cyassl/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/cyassl/Makefile b/package/cyassl/Makefile
deleted file mode 100644
index 2db3b9584..000000000
--- a/package/cyassl/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= cyassl
-PKG_VERSION:= 3.3.0
-PKG_RELEASE:= 1
-PKG_HASH:= 7ce5f704ec4ad72e4b955aeec732ad8a38e8dcd1f93bfc79dfda7c4bc894c67e
-PKG_DESCR:= portable embedded ssl library
-PKG_SECTION:= libs/crypto
-PKG_URL:= http://www.wolfssl.com
-PKG_SITES:= http://www.openadk.org/distfiles/
-PKG_OPTS:= dev
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,CYASSL,cyassl,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
-
-CONFIGURE_ARGS+= --disable-examples
-CONFIGURE_ENV+= C_EXTRA_FLAGS='$(TARGET_CFLAGS)'
-
-cyassl-install:
- $(INSTALL_DIR) $(IDIR_CYASSL)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libcyassl*.so* \
- $(IDIR_CYASSL)/usr/lib
-
-include $(ADK_TOPDIR)/mk/pkg-bottom.mk