X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;h=dcd8848f5b2ed467ca4af7a4b87a9f24a28d6719;hb=refs%2Fchanges%2F17%2F22717%2F2;hp=7a9b728f356e20dcb7ae25f42368568bc74b5c2e;hpb=8e69f9845ecd732df4a4d1de70d0c50169335f82;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index 7a9b728f3..dcd8848f5 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -69,3 +69,8 @@ TOOLCHAIN_TARGET_TASK += "mosquitto-dev" # dependency of agl-demo, or the speech services are migrated into the # core profile. TOOLCHAIN_TARGET_TASK += "nlohmann-json-dev" + +# Add libstdc++-staticdev to support building agl-service-voice-high or +# other users of the C++17 filesystem standard library feature. +# Can be removed upon upgrade to gcc 9.x, as it will no longer be necessary. +TOOLCHAIN_TARGET_TASK += "libstdc++-staticdev"