diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-04 22:58:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-05 17:37:15 +0100 |
commit | 6554dbf95655c63c9fc8bdfbc67d93b6054bc441 (patch) | |
tree | c46a2314e0ba968734f88b371cfc6be6f3ebfaaa /meta/recipes-graphics | |
parent | 71d3d1a7dbb85405e8ab99dacb832aa14447e194 (diff) | |
download | poky-6554dbf95655c63c9fc8bdfbc67d93b6054bc441.tar.gz |
packagegroup-core-x11: add upgrade path from meta-oe task-x11*
This recipe was structured in order to replace task-x11 from meta-oe,
which it hopefully can now that a runtime upgrade path is in place.
(From OE-Core rev: 3b428debe9fdd4c9197f5ee7ab34fc9886f4a3cb)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb index 37045213ad..e306c08ce2 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | PR = "r36" | 6 | PR = "r37" |
7 | 7 | ||
8 | inherit packagegroup | 8 | inherit packagegroup |
9 | 9 | ||
@@ -39,3 +39,14 @@ RDEPENDS_${PN}-utils = "\ | |||
39 | xset \ | 39 | xset \ |
40 | xrandr \ | 40 | xrandr \ |
41 | " | 41 | " |
42 | |||
43 | # Allow replacing task-x11* in meta-oe | ||
44 | RPROVIDES_${PN} = "task-x11" | ||
45 | RREPLACES_${PN} = "task-x11" | ||
46 | RCONFLICTS_${PN} = "task-x11" | ||
47 | RPROVIDES_${PN}-xserver = "task-x11-server task-xserver" | ||
48 | RREPLACES_${PN}-xserver = "task-x11-server" | ||
49 | RCONFLICTS_${PN}-xserver = "task-x11-server" | ||
50 | RPROVIDES_${PN}-utils = "task-x11-utils" | ||
51 | RREPLACES_${PN}-utils = "task-x11-utils" | ||
52 | RCONFLICTS_${PN}-utils = "task-x11-utils" | ||