X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;h=ed3bcb76e30ec8ce6108ed4b1486b4fee6cc2244;hb=65b5d6484107ba1b97073d91b2d2733edac0ab79;hp=5bb0dc0600de64f20e1126e51cbe66c8b015fd9f;hpb=c60877d5323111e090dbfe6ae0a0a394c333722a;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 5bb0dc060..ed3bcb76e 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -48,3 +48,7 @@ TOOLCHAIN_TARGET_TASK += "libstdc++-staticdev" # AddressSanitizer support to detect use-after-frees along with other # memory issue. TOOLCHAIN_TARGET_TASK += "gcc-sanitizers" + +# Add azure-iot-sdk-c to support building agl-service-cloudproxy and +# other users of Azure sdk. +TOOLCHAIN_TARGET_TASK += "azure-iot-sdk-c"