diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 22:15:29 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 22:15:29 +0000 |
commit | 077441a48b6313cbf3b2a81a7a263fa67c41150b (patch) | |
tree | 044439ff75149d36b28428c9fb8ed0efac83a3fa | |
parent | 01c11b010bc81950b4178b7ff58eae214531fff9 (diff) |
python-etk git sanitize recipe and add to task-python-efl[-examples]
-rw-r--r-- | packages/python/python-etk_git.bb | 11 | ||||
-rw-r--r-- | packages/tasks/task-python-efl-examples.bb | 3 | ||||
-rw-r--r-- | packages/tasks/task-python-efl.bb | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/packages/python/python-etk_git.bb b/packages/python/python-etk_git.bb index 3c2cb71d7e..8f266449d9 100644 --- a/packages/python/python-etk_git.bb +++ b/packages/python/python-etk_git.bb @@ -1,11 +1,10 @@ -DESCRIPTION = "Python etk binding" -require python-efl.inc -DEPENDS += "etk python-setuptools python-ecore python-cython python-edje" -RDEPENDS += "etk python-cython python-evas python-ecore python-edje python-numeric python-math etk-themes" -PR = "r0.01" +require python-efl.inc +DEPENDS += "etk" +RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk-themes" +PV = "0.0.0+git${SRCREV}" +PR = "r1" SRC_URI = "git://staff.get-e.org/users/cmarcelo/python-etk.git;protocol=git" - S = "${WORKDIR}/git" do_stage() { diff --git a/packages/tasks/task-python-efl-examples.bb b/packages/tasks/task-python-efl-examples.bb index e78a4cabae..34efbeab6b 100644 --- a/packages/tasks/task-python-efl-examples.bb +++ b/packages/tasks/task-python-efl-examples.bb @@ -6,9 +6,10 @@ RDEPENDS = "\ python-ecore-examples \ python-emotion-examples \ python-edje-examples \ + python-etk-examples \ python-epsilon-examples \ python-math python-textutils \ " -PR = "ml3" +PR = "ml4" ALLOW_EMPTY = "1" diff --git a/packages/tasks/task-python-efl.bb b/packages/tasks/task-python-efl.bb index 1c7f23a1eb..d7b2d694dd 100644 --- a/packages/tasks/task-python-efl.bb +++ b/packages/tasks/task-python-efl.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries" LICENSE = "MIT" SECTION = "devel/python" -RDEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon python-edbus" -PR = "ml2" +RDEPENDS = "python-evas python-ecore python-emotion python-edje python-etk python-epsilon python-edbus" +PR = "ml3" ALLOW_EMPTY = "1" |