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
|
2020-02-02 15:11:44 +01:00
|
|
|
PKG_VERSION=3f13b49fa318fbd3216d7da36d942e7c276d3413 # v4.3.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
|