diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 16:35:35 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 16:38:22 (EDT) |
commit | dab080594d2bc47eac8086d0f254c87b14f7ccad (patch) | |
tree | 0a2b1135ca28105315c9416c82af01cdef7e3790 /build | |
parent | 1641a97cc06873529ca3d13bc543c909a4f0465b (diff) |
Add binary packages
Diffstat (limited to 'build')
-rwxr-xr-x | build | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -34,3 +34,12 @@ build: install: build oh-autoinstall + rm -Rf \ + dest/usr/lib/$(OPK_HOST_ARCH)/libwolfssl.la \ + dest/usr/share/doc/wolfssl/example/ \ + dest/usr/share/doc/wolfssl/README.txt \ + dest/usr/share/doc/wolfssl/taoCert.txt + oh-fixperms + oh-strip -k + oh-installfiles + oh-shlibdeps |