summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-04 22:58:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-05 17:37:15 +0100
commit6554dbf95655c63c9fc8bdfbc67d93b6054bc441 (patch)
treec46a2314e0ba968734f88b371cfc6be6f3ebfaaa /meta
parent71d3d1a7dbb85405e8ab99dacb832aa14447e194 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb13
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
5LICENSE = "MIT" 5LICENSE = "MIT"
6PR = "r36" 6PR = "r37"
7 7
8inherit packagegroup 8inherit 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
44RPROVIDES_${PN} = "task-x11"
45RREPLACES_${PN} = "task-x11"
46RCONFLICTS_${PN} = "task-x11"
47RPROVIDES_${PN}-xserver = "task-x11-server task-xserver"
48RREPLACES_${PN}-xserver = "task-x11-server"
49RCONFLICTS_${PN}-xserver = "task-x11-server"
50RPROVIDES_${PN}-utils = "task-x11-utils"
51RREPLACES_${PN}-utils = "task-x11-utils"
52RCONFLICTS_${PN}-utils = "task-x11-utils"