From: Matt Ranostay Date: Fri, 17 May 2019 04:05:28 +0000 (+0300) Subject: recipes-platform: crosssdk-image: remove libvcard from SDK X-Git-Tag: halibut/7.99.1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Ftags%2Fhalibut%2F7.99.1;hp=a0d9c2d46984fd751b9f68ce7e4b74eacde561df;p=AGL%2Fmeta-agl-cluster-demo.git 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-cluster-demo-platform-crosssdk.bb b/recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb index fd99a77..6f8bf62 100644 --- a/recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb @@ -25,9 +25,3 @@ addtask do_populate_sdk after do_rootfs 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 \ - "