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=eac7ea2d0f7db7665fc499e79ae37821a2914f1c;hpb=06f2d0b3c100efb9488593ddae564c5bf037b027;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 eac7ea2d0..a6d52e5ab 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -33,7 +33,8 @@ TOOLCHAIN_HOST_TASK += " \ # required dependencies for Chromium build inside SDK (SPEC-942) TOOLCHAIN_TARGET_TASK += " \ pciutils-dev \ - pulseaudio-dev \ + ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-dev' , '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', 'libavirt-staticdev' , '', d)} \ cairo-dev \ nss-dev \ cups-dev \ @@ -41,9 +42,11 @@ TOOLCHAIN_TARGET_TASK += " \ libexif-dev \ pango-dev \ libdrm-dev \ - libssp-dev \ lua-dev \ lua-staticdev \ + libafb-helpers-staticdev \ + libafb-helpers-qt-staticdev \ + libappcontroller-staticdev \ ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'ffmpeg-dev', '', d)} \ " @@ -54,3 +57,16 @@ TOOLCHAIN_TARGET_TASK += " \ TOOLCHAIN_HOST_TASK_append = " nativesdk-wayland nativesdk-wayland-dev" TOOLCHAIN_HOST_TASK_append = " nativesdk-perl-modules " + +# Add libvcard to the SDK to support libqtappfw +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"