From: Matt Porter Date: Fri, 22 Jun 2018 20:05:23 +0000 (-0400) Subject: Add libvcard to the AGL demo SDK X-Git-Tag: flounder_5.99.1~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b4d34cde29a7e5a2f39749c2244b404f675823b0;hp=d454726c7785e27880647f2e81bd249878750d46;p=AGL%2Fmeta-agl-demo.git Add libvcard to the AGL demo SDK libqtappfw depends on libvcard so add it to the SDK. Bug-AGL: SPEC-1436 Change-Id: I1040a38add3fc45ca801ef66485f2e24823986af Signed-off-by: Matt Porter --- diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index eac7ea2d0..6f7bc7141 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -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 \ + "