From 2628d110c670c6cd054361f7ccaad72ae8f01874 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 17 May 2019 07:05:28 +0300 Subject: 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 --- recipes-platform/images/agl-cluster-demo-platform-crosssdk.bb | 6 ------ 1 file changed, 6 deletions(-) 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 \ - " -- cgit 1.2.3-korg