summaryrefslogtreecommitdiff
path: root/recipes-qt/qt5/packagegroup-qt5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/packagegroup-qt5.bb')
-rw-r--r--recipes-qt/qt5/packagegroup-qt5.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-qt/qt5/packagegroup-qt5.bb b/recipes-qt/qt5/packagegroup-qt5.bb
deleted file mode 100644
index 32700ad..0000000
--- a/recipes-qt/qt5/packagegroup-qt5.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "QT5 base package group"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-
-inherit packagegroup
-
-RDEPENDS_${PN} = " \
- qtbase \
- qtbase-tools \
- qtmultimedia \
- qtsvg \
- qtsensors \
- qtsystems \
- qtsystems-tools \
- qtscript \
- qtgraphicaleffects-qmlplugins \
- qtconnectivity-qmlplugins \
- qtlocation-plugins \
- qtlocation-qmlplugins \
- qtdeclarative \
- ${QTWEBKIT} \
-"
-
-QTWEBKIT ??= "\
- qtwebkit \
-"