summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-04 17:43:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 18:03:18 +0100
commit29c19460e242c37e2cd12577e5835829ffa16b98 (patch)
treee73dc8ddb7fef074dafd689377ef51a4d262bde5 /meta/recipes-qt
parent748e48249d1f7817f670d8d00ace34cbf2c11b29 (diff)
downloadpoky-29c19460e242c37e2cd12577e5835829ffa16b98.tar.gz
packagegroup-*: add RREPLACES/RCONFLICTS
These are needed to support upgrading from task-* to packagegroup-* within existing target images at runtime. Note: these settings will very likely be moved out to a separate inc file at some point in the future. (From OE-Core rev: 5dd4de086d744c81d2275077ad0e0022204b0a68) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r--meta/recipes-qt/packagegroups/packagegroup-core-qt.bb4
-rw-r--r--meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb4
2 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
index ed13354e46..315df3388d 100644
--- a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
+++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
@@ -4,7 +4,7 @@
4 4
5DESCRIPTION = "Qt package groups" 5DESCRIPTION = "Qt package groups"
6LICENSE = "MIT" 6LICENSE = "MIT"
7PR = "r3" 7PR = "r4"
8 8
9inherit packagegroup 9inherit packagegroup
10 10
@@ -12,6 +12,8 @@ PACKAGES = "${PN}-demoapps"
12 12
13# For backwards compatibility after rename 13# For backwards compatibility after rename
14RPROVIDES_${PN}-demoapps = "task-core-qt-demos" 14RPROVIDES_${PN}-demoapps = "task-core-qt-demos"
15RREPLACES_${PN}-demoapps = "task-core-qt-demos"
16RCONFLICTS_${PN}-demoapps = "task-core-qt-demos"
15 17
16QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall" 18QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall"
17 19
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