mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
fsverity: fix MinGW build
Upstream supports building a binary with MinGW but not a shared library, so remove the configure option for MinGW targets. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,7 +16,10 @@ S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
EXTRA_OEMAKE += "PREFIX=${prefix} USE_SHARED_LIB=1"
|
||||
EXTRA_OEMAKE_append = "PREFIX=${prefix} USE_SHARED_LIB=1"
|
||||
# We want to statically link the binary to libfsverity on native Windows
|
||||
EXTRA_OEMAKE_remove_mingw32_class-nativesdk = "USE_SHARED_LIB=1"
|
||||
EXTRA_OEMAKE_remove_mingw32_class-native = "USE_SHARED_LIB=1"
|
||||
|
||||
do_install() {
|
||||
oe_runmake install DESTDIR=${D}
|
||||
|
||||
Reference in New Issue
Block a user