diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-03 10:34:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:53:03 +0100 |
commit | 4a0bec427741946b7cf82d471508476a645930b9 (patch) | |
tree | a16192c3f39b48ca2d9755efb5f0cb894e996e75 /meta/recipes-qt/packagegroups | |
parent | 5f0c2e3509d154a724367c2a5de274baeae08af8 (diff) | |
download | poky-4a0bec427741946b7cf82d471508476a645930b9.tar.gz |
packagegroup-*: add RPROVIDES for backwards compatibility
Allow references to the old task packages to continue to work. This does
not add RPROVIDES for everything, just those packages that are likely to
have been referred to.
(From OE-Core rev: b41c45972a6d359f034615471959c84aee2bc456)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/packagegroups')
-rw-r--r-- | meta/recipes-qt/packagegroups/packagegroup-core-qt.bb | 3 | ||||
-rw-r--r-- | meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb index 623a48fdc2..ed13354e46 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb | |||
@@ -10,6 +10,9 @@ inherit packagegroup | |||
10 | 10 | ||
11 | PACKAGES = "${PN}-demoapps" | 11 | PACKAGES = "${PN}-demoapps" |
12 | 12 | ||
13 | # For backwards compatibility after rename | ||
14 | RPROVIDES_${PN}-demoapps = "task-core-qt-demos" | ||
15 | |||
13 | QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall" | 16 | QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall" |
14 | 17 | ||
15 | SUMMARY_${PN}-demoapps = "Qt demo applications" | 18 | SUMMARY_${PN}-demoapps = "Qt demo applications" |
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb index 74ae7dd37e..042efb86d1 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb | |||
@@ -4,6 +4,9 @@ LICENSE = "MIT" | |||
4 | 4 | ||
5 | inherit packagegroup | 5 | inherit packagegroup |
6 | 6 | ||
7 | # For backwards compatibility after rename | ||
8 | RPROVIDES_${PN} = "task-qt4e-base" | ||
9 | |||
7 | TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' | 10 | TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' |
8 | 11 | ||
9 | RDEPENDS_${PN} = " \ | 12 | RDEPENDS_${PN} = " \ |