[oe-commits] org.oe.dev gpe-image: Update to use new GPE task names.

florian commit openembedded-commits at lists.openembedded.org
Thu Aug 2 00:16:04 UTC 2007


gpe-image: Update to use new GPE task names.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 5698d617260b032e88310e557077d5ae87304056
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5698d617260b032e88310e557077d5ae87304056
Files:
1
packages/images/gpe-image.bb
Diffs:

#
# mt diff -r55db77b1eb20c4074622356c31808ab958cdb93b -r5698d617260b032e88310e557077d5ae87304056
#
# 
# 
# patch "packages/images/gpe-image.bb"
#  from [a8b141d9c5c74bb6069d99aefc3d4d5c343933af]
#    to [2afcf7bd5400d5741f5783ab36b367b9c329ebb8]
# 
============================================================
--- packages/images/gpe-image.bb	a8b141d9c5c74bb6069d99aefc3d4d5c343933af
+++ packages/images/gpe-image.bb	2afcf7bd5400d5741f5783ab36b367b9c329ebb8
@@ -1,20 +1,20 @@
 
-PR = "r20"
+PR = "r21"
 
 export IMAGE_BASENAME = "gpe-image"
 
 GPE_EXTRA_THEMES = "gpe-theme-industrial"
 
 GPE_EXTRA_INSTALL_none = ""
-GPE_EXTRA_INSTALL_bigscreen = "gpe-task-games ${GPE_EXTRA_THEMES}"
-GPE_EXTRA_INSTALL_smallscreen = "gpe-task-games ${GPE_EXTRA_THEMES}"
+GPE_EXTRA_INSTALL_bigscreen = "task-gpe-games ${GPE_EXTRA_THEMES}"
+GPE_EXTRA_INSTALL_smallscreen = "task-gpe-games ${GPE_EXTRA_THEMES}"
 
 GUI_MACHINE_CLASS ?= "none"
 GPE_EXTRA_INSTALL += "${GPE_EXTRA_INSTALL_${GUI_MACHINE_CLASS}}"
 
 #ship more stuff with devices with >16MB of flash
 GPE_BIGFLASH_INSTALL := '${@base_conditional("ROOT_FLASH_SIZE", "16", "", "\
-    gpe-task-connectivity \
+    task-gpe-connectivity \
     gpe-theme-clearlooks \
     figment \
 ",d)}'
@@ -23,15 +23,15 @@ XSERVER ?= "xserver-kdrive-fbdev"
 
 XSERVER ?= "xserver-kdrive-fbdev"
 
-DEPENDS = "${MACHINE_TASK_PROVIDER} task-gpe"
+DEPENDS = "${MACHINE_TASK_PROVIDER} task-gpe-base task-gpe-apps task-gpe-pim task-gpe-settings task-gpe-games"
 RDEPENDS = "${PACKAGE_INSTALL}"
 
 export PACKAGE_INSTALL = "\
     ${MACHINE_TASK_PROVIDER} \
-    gpe-task-base \
-    gpe-task-pim \
-    gpe-task-settings \
-    gpe-task-apps \
+    task-gpe-base \
+    task-gpe-pim \
+    task-gpe-settings \
+    task-gpe-apps \
     ${XSERVER} \
     ${GPE_EXTRA_INSTALL}"
 






More information about the Openembedded-commits mailing list