2017-07-10 21:33:07 +02:00
|
|
|
PKG_NAME=wolfssl
|
2019-06-06 11:15:12 +02:00
|
|
|
PKG_URL=https://github.com/wolfssl/wolfssl.git
|
2019-10-02 12:47:02 +02:00
|
|
|
PKG_VERSION=eaeaaf12c11dd52ab0cd6833252ed559656e9826 # v4.1.0+
|
2017-07-10 21:33:07 +02:00
|
|
|
PKG_LICENSE=GPLv2
|
|
|
|
|
2019-10-02 12:47:02 +02:00
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
|
2017-07-10 21:33:07 +02:00
|
|
|
all: # Nothing to do here when building
|
|
|
|
|
|
|
|
prepare:
|
|
|
|
cp Makefile.wolfssl $(PKG_BUILDDIR)/src/Makefile
|
|
|
|
cp Makefile.wolfcrypt $(PKG_BUILDDIR)/wolfcrypt/src/Makefile
|
|
|
|
touch $(PKG_BUILDDIR)/wolfssl.a
|
|
|
|
cp Makefile.wolfcrypt-test $(PKG_BUILDDIR)/wolfcrypt/test/Makefile
|
|
|
|
cp Makefile.wolfcrypt-benchmark $(PKG_BUILDDIR)/wolfcrypt/benchmark/Makefile
|