e-image: make it useful, remove non-working e packages and adding GPE tasks
authorJustin Patrin <papercrane@gmail.com>
Sun, 5 Feb 2006 10:07:17 +0000 (10:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 5 Feb 2006 10:07:17 +0000 (10:07 +0000)
packages/meta/e-image.bb

index a523ff0..fffcfb1 100644 (file)
@@ -1,8 +1,22 @@
 DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager and Tools"
-PR = "r3"
+PR = "r4"
 
 include e-image-core.bb
 
 export IMAGE_BASENAME = "e-image"
-export IPKG_INSTALL += "task-e-x11"
-DEPENDS += "task-e-x11"
\ No newline at end of file
+export IPKG_INSTALL += "task-e-x11-core \
+                        gpe-task-pim \
+                        gpe-task-settings \
+                        gpe-task-apps \
+                        gpe-task-connectivity \
+                        gpe-task-games \
+                        gpe-task-apps-extra \
+                        figment \
+                        xhost \
+                        gpe-soundserver \
+                        gpe-confd \
+                        xauth"
+
+DEPENDS += "task-e-x11-core task-gpe"
+
+RDEPENDS = "${IPKG_INSTALL}"