mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/wolfssl: post-process wolfssl-config script
The wolfssl package installs $(STAGING_DIR)/usr/bin/wolfssl-config,
which needs to be post-processed to return correct results. Use
<pkg>_CONFIG_SCRIPTS to achieve this.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 1713777f3a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
a484b3d950
commit
fefefefd78
@@ -11,7 +11,7 @@ WOLFSSL_INSTALL_STAGING = YES
|
||||
WOLFSSL_LICENSE = GPL-2.0+
|
||||
WOLFSSL_LICENSE_FILES = COPYING LICENSING
|
||||
WOLFSSL_CPE_ID_VENDOR = wolfssl
|
||||
|
||||
WOLFSSL_CONFIG_SCRIPTS = wolfssl-config
|
||||
WOLFSSL_DEPENDENCIES = host-pkgconf
|
||||
|
||||
# wolfssl's source code is released without a configure
|
||||
|
||||
Reference in New Issue
Block a user