diff options
Diffstat (limited to 'recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb')
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb new file mode 100644 index 000000000..4efba9593 --- /dev/null +++ b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb @@ -0,0 +1,40 @@ +SUMMARY = "Qt5 for native GUI framework of AGL IVI profile" +DESCRIPTION = "A set of Qt5 packages which required by Native App Fw Subsystem" + +LICENSE = "MIT" + +inherit packagegroup + +PACKAGES = "\ + packagegroup-agl-appfw-native-qt5 \ + " + +ALLOW_EMPTY_${PN} = "1" + +RDEPENDS_${PN} += "\ + qtbase \ + qtbase-dev \ + qtbase-fonts \ + qtbase-fonts-pfa \ + qtbase-fonts-pfb \ + qtbase-fonts-qpf \ + qtbase-fonts-ttf-dejavu \ + qtbase-fonts-ttf-vera \ + qtbase-plugins \ + qtbase-staticdev \ + qtbase-tools \ + qtdeclarative \ + qtdeclarative-plugins \ + qtdeclarative-qmlplugins \ + qtdeclarative-tools \ + qtquick1 \ + qtquick1-plugins \ + qtquick1-tools \ + qtwayland \ + qtwayland-examples \ + qtwayland-plugins \ + qtwayland-tools \ + qtwebkit \ + qtwebkit-qmlplugins \ + qtgraphicaleffects-qmlplugins \ + " |