summaryrefslogtreecommitdiffstats
path: root/meta-agl-ros2/recipes-platform/packagegroups/packagegroup-agl-ros-native-qt5.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-06-14 16:06:30 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-06-15 15:46:41 +0000
commitccfac6e024b1404d9c9e59455bf58454533e8e51 (patch)
tree51331952fac48e0caee077356069b480b10a4fd4 /meta-agl-ros2/recipes-platform/packagegroups/packagegroup-agl-ros-native-qt5.bb
parent1f9f960298a6a2e6ae0360c4ef42e88c9678069a (diff)
Feature cleanup for Nifty Needlefish
Remove features with upstream deprecated or unmaintained: - meta-ros - agl-service-alexa and the voiceagent service Bug-AGL: SPEC-4407 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I8a1e3886897af5b2cf591d0952b1feb980b8708e
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.bb27
1 files changed, 0 insertions, 27 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
deleted file mode 100644
index 28e3976b..00000000
--- a/meta-agl-ros2/recipes-platform/packagegroups/packagegroup-agl-ros-native-qt5.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-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