* [Buildroot] [PATCH] wolfssl: install into staging
@ 2018-10-30 10:23 Peter Korsgaard
2018-10-31 9:22 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2018-10-30 10:23 UTC (permalink / raw)
To: buildroot
wolfssl is a library, so it should be installed into staging so other
packages can find the header files / library.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/wolfssl/wolfssl.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/wolfssl/wolfssl.mk b/package/wolfssl/wolfssl.mk
index ec83d7d1dd..c246b08513 100644
--- a/package/wolfssl/wolfssl.mk
+++ b/package/wolfssl/wolfssl.mk
@@ -7,6 +7,7 @@
WOLFSSL_VERSION = 3.14.0
WOLFSSL_SITE = https://github.com/wolfSSL/wolfssl/archive
WOLFSSL_SOURCE = v$(WOLFSSL_VERSION)-stable.tar.gz
+WOLFSSL_INSTALL_STAGING = YES
WOLFSSL_LICENSE = GPL-2.0
WOLFSSL_LICENSE_FILES = COPYING LICENSING
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-31 9:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-30 10:23 [Buildroot] [PATCH] wolfssl: install into staging Peter Korsgaard
2018-10-31 9:22 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox