Add libvcard to the AGL demo SDK 27/14627/3
authorMatt Porter <mporter@konsulko.com>
Fri, 22 Jun 2018 20:05:23 +0000 (16:05 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 27 Jun 2018 12:38:05 +0000 (12:38 +0000)
libqtappfw depends on libvcard so add it to the SDK.

Bug-AGL: SPEC-1436

Change-Id: I1040a38add3fc45ca801ef66485f2e24823986af
Signed-off-by: Matt Porter <mporter@konsulko.com>
recipes-platform/images/agl-demo-platform-crosssdk.bb

index eac7ea2..6f7bc71 100755 (executable)
@@ -54,3 +54,9 @@ 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 \
+    "