diff options
Diffstat (limited to 'meta-agl-ros2/recipes-platform/packagegroups/packagegroup-agl-ros-native-qt5.bb')
-rw-r--r-- | meta-agl-ros2/recipes-platform/packagegroups/packagegroup-agl-ros-native-qt5.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-agl-ros2/recipes-platform/packagegroups/packagegroup-agl-ros-native-qt5.bb b/meta-agl-ros2/recipes-platform/packagegroups/packagegroup-agl-ros-native-qt5.bb new file mode 100644 index 00000000..28e3976b --- /dev/null +++ b/meta-agl-ros2/recipes-platform/packagegroups/packagegroup-agl-ros-native-qt5.bb @@ -0,0 +1,27 @@ +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-ros-native-qt5 \ + " + +RDEPENDS:${PN} += "\ + qtbase \ + qtbase-dev \ + qtbase-plugins \ + qtbase-staticdev \ + qtbase-tools \ + qtdeclarative \ + qtdeclarative-qmlplugins \ + qtdeclarative-tools \ + qtcharts \ + qtwayland \ + qtwayland-plugins \ + qtwayland-tools \ + qtgraphicaleffects-qmlplugins \ + qtvirtualkeyboard \ + "
\ No newline at end of file |