summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb')
-rw-r--r--meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
index 042efb86d1..9263828a1a 100644
--- a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
+++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
@@ -1,11 +1,13 @@
1SUMMARY = "Qt for Embedded Linux (Qt without X11)" 1SUMMARY = "Qt for Embedded Linux (Qt without X11)"
2PR = "r1" 2PR = "r2"
3LICENSE = "MIT" 3LICENSE = "MIT"
4 4
5inherit packagegroup 5inherit packagegroup
6 6
7# For backwards compatibility after rename 7# For backwards compatibility after rename
8RPROVIDES_${PN} = "task-qt4e-base" 8RPROVIDES_${PN} = "task-qt4e-base"
9RREPLACES_${PN} = "task-qt4e-base"
10RCONFLICTS_${PN} = "task-qt4e-base"
9 11
10TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' 12TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
11 13