summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-05-17 08:27:53 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-05-22 17:52:32 +0000
commitdf7eec4f83ba71a2f80e7c4bc73a0ffaa8749377 (patch)
tree71d7fa1b6456a837eedc0a300dffde0b377d4245
parent1d3b95ab0a21d51ca377797b3f5c88298950c03f (diff)
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 <matt.ranostay@konsulko.com>
-rwxr-xr-xrecipes-platform/images/agl-demo-platform-crosssdk.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb
index a6d52e5a..0909f143 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