From: zheng_wenlong Date: Wed, 27 Jun 2018 05:33:18 +0000 (+0900) Subject: Add libvcard to libqtappfw depends X-Git-Tag: flounder_5.99.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F14701%2F1;p=AGL%2Fmeta-agl-demo.git Add libvcard to libqtappfw depends These is a error when build libqtappfw for miss libvcard. Add libvcard into libqtappfw depends. Change-Id: I22078b9566d80263eac6cdfb18da8a202b41413b Signed-off-by: zheng_wenlong --- diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb index e932b363b..996a61012 100644 --- a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb @@ -8,7 +8,7 @@ BBCLASSEXTEND = "nativesdk" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -DEPENDS += "qtbase qtwebsockets" +DEPENDS += "qtbase qtwebsockets libvcard" inherit cmake_qt5