From: Matt Porter Date: Fri, 27 Jul 2018 16:45:06 +0000 (-0400) Subject: libqtappfw: add dependency on qtdeclarative X-Git-Tag: flounder_5.99.3~18 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=b3ed7ec7b3ecdbe53e3af8886b40d5f2f5b5de58 libqtappfw: add dependency on qtdeclarative The new version of libqtappfw depends on qtdeclaractive. Add the missing dependency. Bug-AGL: SPEC-1541 Change-Id: Ic6ea2cc7d27a7a598725e68ccbe0a7e3da02ee0f Signed-off-by: Matt Porter --- diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb index 996a61012..dbaee9461 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 libvcard" +DEPENDS += "qtbase qtdeclarative qtwebsockets libvcard" inherit cmake_qt5