repair openmoko-python-devel-image
authorMichael Lauer <mickey@vanille-media.de>
Tue, 19 Feb 2008 19:26:01 +0000 (19:26 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 19 Feb 2008 19:26:01 +0000 (19:26 +0000)
packages/images/openmoko-python-devel-image.bb
packages/tasks/task-python-efl-examples.bb

index 9d2a8db..615042f 100644 (file)
@@ -2,5 +2,6 @@ require openmoko-image.bb
 
 IMAGE_INSTALL += "\
   task-openmoko-python-devel \
+  task-python-efl-examples \
+  edje-viewer \
 "
-
index 0a4e320..e78a4ca 100644 (file)
@@ -2,9 +2,13 @@ DESCRIPTION = "Python Examples for the Enlightenment Foundation Libraries"
 LICENSE = "MIT"
 SECTION = "devel/python"
 RDEPENDS = "\
-  python-efl python-ecore-examples python-emotion-examples python-edje-examples python-epsilon-examples \
+  task-python-efl \
+  python-ecore-examples \
+  python-emotion-examples \
+  python-edje-examples \
+  python-epsilon-examples \
   python-math python-textutils \
 "
-PR = "ml2"
+PR = "ml3"
 
 ALLOW_EMPTY = "1"