diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb index d6b50ee7da..d25a01cf34 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb @@ -82,4 +82,7 @@ BBCLASSEXTEND = "native nativesdk" SYSROOT_DIRS_IGNORE:append:class-target = " ${baselib}/cmake/grpc" -FILES:${PN}-compiler += "${bindir}" +FILES:${PN}-compiler += " \ + ${bindir} \ + ${libdir}/libgrpc_plugin_support${SOLIBS} \ + "