diff --git a/meta-arm/recipes-devtools/gn/gn_git.bb b/meta-arm/recipes-devtools/gn/gn_git.bb index 522a7efe..56002229 100644 --- a/meta-arm/recipes-devtools/gn/gn_git.bb +++ b/meta-arm/recipes-devtools/gn/gn_git.bb @@ -31,6 +31,7 @@ do_configure() { python3 ${S}/build/gen.py \ --platform=${@gn_platform("TARGET_OS", d)} \ --out-path=${B} \ + --no-static-libstdc++ \ --no-strip }