[oe-commits] Martin Jansa : task-x11-illume: rename to packagegroup-x11-illume

git at git.openembedded.org git at git.openembedded.org
Thu Sep 6 11:23:50 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 2fda20563d1dd813eb3fe412831c901f131d3cd2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2fda20563d1dd813eb3fe412831c901f131d3cd2

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Sep  5 21:55:25 2012 +0200

task-x11-illume: rename to packagegroup-x11-illume

* add RPROVIDES/RREPLACES/RCONFLICTS task-x11-illume for upgrade path
* RDEPEND on packagegroup-core-x11* from oe-core now with task-x11-*
  gone from meta-oe

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../packagegroup-x11-illume.bb}                    |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/meta-efl/recipes-efl/tasks/task-x11-illume.bb b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb
similarity index 67%
rename from meta-efl/recipes-efl/tasks/task-x11-illume.bb
rename to meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb
index eb628b7..11b01f6 100644
--- a/meta-efl/recipes-efl/tasks/task-x11-illume.bb
+++ b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb
@@ -3,17 +3,20 @@ SECTION = "x11/wm"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 PV = "1.0"
-PR = "r3"
+PR = "r5"
 
-inherit task allarch
+inherit packagegroup allarch
 
 # Default theme and config
 ETHEME ?= "e-wm-theme-default"
 ECONFIG ?= "e-wm-config-mobile"
 
+RPROVIDES_${PN} += "task-x11-illume"
+RREPLACES_${PN} += "task-x11-illume"
+RCONFLICTS_${PN} += "task-x11-illume"
 RDEPENDS_${PN} = "\
-  task-x11-server \
-  task-x11-utils \
+  packagegroup-core-x11-xserver \
+  packagegroup-core-x11-utils \
   \
   e-wm \
   ${ECONFIG} \





More information about the Openembedded-commits mailing list