From: Mark Farrugia Date: Tue, 3 Oct 2017 04:57:23 +0000 (+1100) Subject: Add missing qtcharts Qt5 module in AGL demo X-Git-Tag: 4.99.1~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=c0ea046c681f6b6b5e1e8dc7590233731fc551a9 Add missing qtcharts Qt5 module in AGL demo This is needed for building applications which utilize the Qt5Charts module. Bug-AGL: SPEC-929 Change-Id: Ife36723900f1e8a846424f3bf4f06cccd3f1bc1b Signed-off-by: Mark Farrugia --- diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb index ce7bda706..a22401ffb 100644 --- a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb +++ b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb @@ -20,6 +20,7 @@ RDEPENDS_${PN} += "\ qtdeclarative \ qtdeclarative-qmlplugins \ qtdeclarative-tools \ + qtcharts \ qtwayland \ qtwayland-plugins \ qtwayland-tools \