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 \