From: Matt Ranostay Date: Fri, 17 May 2019 05:27:53 +0000 (+0300) Subject: recipes-platform: crosssdk-image: remove libvcard from SDK X-Git-Tag: 7.99.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=df7eec4f83ba71a2f80e7c4bc73a0ffaa8749377 recipes-platform: crosssdk-image: remove libvcard from SDK vCard parsing is done within the agl-service-bluetooth-pbap binding so libqtappfw not longer requires libvcard, and in turn the SDK doesn't either Bug-AGL: SPEC-2392 Change-Id: I588f1ebfe54924542921b67b3c2c7be5e4cd6d78 Signed-off-by: Matt Ranostay --- diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index a6d52e5ab..0909f1439 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -58,12 +58,6 @@ 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