X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;h=a6d52e5ab961c0ef2f407e049189bb3896256b8b;hb=26b2d2b962ae30f0ae2ca7015f339ead70c3947d;hp=bce2e6a8ede482c4c5ad96943a7d130fd8c71622;hpb=cc32475e34750b1c890a6704296c35c25a023983;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 bce2e6a8e..a6d52e5ab 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -42,7 +42,6 @@ TOOLCHAIN_TARGET_TASK += " \ libexif-dev \ pango-dev \ libdrm-dev \ - libssp-dev \ lua-dev \ lua-staticdev \ libafb-helpers-staticdev \ @@ -64,3 +63,10 @@ TOOLCHAIN_TARGET_TASK += " \ libvcard-dev \ libvcard-staticdev \ " + +# Add mosquitto to support building the telematics demo application. +# This is currently required for CI, as it uses agl-demo-platform-crosssdk +# to build everything. An agenda item has been tabled for the May 2019 F2F +# meeting to discuss the path forward (separate versus superset SDKs), this +# should be reviewed after that. +TOOLCHAIN_TARGET_TASK += "mosquitto-dev"