From ab4201ba8a835bd9ed48ad6eaabaab47c8759c55 Mon Sep 17 00:00:00 2001 From: Bartosz Szostak Date: Thu, 16 Jan 2025 16:44:36 +0100 Subject: [PATCH] yyjson: force build shared library Signed-off-by: Khem Raj --- meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb b/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb index 69e43e23a6..a13d73b452 100644 --- a/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb +++ b/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb @@ -21,6 +21,7 @@ PACKAGECONFIG[utf8-validation] = "-DYYJSON_DISABLE_UTF8_VALIDATION=OFF,-DYYJSON_ PACKAGECONFIG[unaligned-memory-access] = "-DYYJSON_DISABLE_UNALIGNED_MEMORY_ACCESS=OFF,-DYYJSON_DISABLE_UNALIGNED_MEMORY_ACCESS=ON" EXTRA_OECMAKE:append = " \ +-DBUILD_SHARED_LIBS=ON \ -DYYJSON_BUILD_TESTS=OFF \ -DYYJSON_BUILD_FUZZER=OFF \ -DYYJSON_BUILD_MISC=OFF \