[oe-commits] Michael 'Mickey' Lauer : task-python-efl: add python-elementary

GIT User account git at amethyst.openembedded.net
Sat Jan 10 00:54:41 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b535880db034fa7a92d62320a9c22d02a6322922
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b535880db034fa7a92d62320a9c22d02a6322922

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 10 01:54:03 2009 +0100

task-python-efl: add python-elementary

---

 packages/tasks/task-python-efl.bb |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/packages/tasks/task-python-efl.bb b/packages/tasks/task-python-efl.bb
index d7b2d69..70c1adf 100644
--- a/packages/tasks/task-python-efl.bb
+++ b/packages/tasks/task-python-efl.bb
@@ -1,7 +1,18 @@
 DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries"
 LICENSE = "MIT"
 SECTION = "devel/python"
-RDEPENDS = "python-evas python-ecore python-emotion python-edje python-etk python-epsilon python-edbus"
-PR = "ml3"
+PR = "ml4"
 
 ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+  python-evas \
+  python-ecore \
+  python-edje \
+  python-elementary \
+  python-emotion \
+  python-etk \
+  python-epsilon \
+  python-edbus \
+"
+





More information about the Openembedded-commits mailing list