diff options
Diffstat (limited to 'recipes-qt/packagegroups')
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 40 | ||||
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-agl-demo-qt-examples.bb | 33 |
2 files changed, 73 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 \ + " diff --git a/recipes-qt/packagegroups/packagegroup-agl-demo-qt-examples.bb b/recipes-qt/packagegroups/packagegroup-agl-demo-qt-examples.bb new file mode 100644 index 000000000..7c1954598 --- /dev/null +++ b/recipes-qt/packagegroups/packagegroup-agl-demo-qt-examples.bb @@ -0,0 +1,33 @@ +SUMMARY = "The examples to test Qt5 on AGL Demo Platform" +DESCRIPTION = "A set of packages which contains Qt5 examples" + +LICENSE = "MIT" + +PR="r0" + +inherit packagegroup + +PACKAGES = "\ + packagegroup-agl-demo-qt-examples \ + " + +ALLOW_EMPTY_${PN} = "1" + +RDEPENDS_${PN} += "\ + qt3d-examples \ + qtbase-examples \ + qtconnectivity-examples \ + qtdeclarative-examples \ + qtlocation-examples \ + qtmultimedia-examples \ + qtquick1-examples \ + qtscript-examples \ + qtsensors-examples \ + qtsvg-examples \ + qtsystems-examples \ + qttools-examples \ + qtwayland-examples \ + qtxmlpatterns-examples \ + qtquick1-examples \ + qtwebkit-examples-examples \ + " |