summaryrefslogtreecommitdiff
path: root/packages/tasks/task-python-efl-examples.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-02-21 09:40:00 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-02-21 09:40:00 +0000
commit387f7d8d065b710036dcddf2be1b6d1809133acd (patch)
treec026ca4fa9e7711969ff63a47f3aa2317cd30ceb /packages/tasks/task-python-efl-examples.bb
parentbf4b8015982e2cd26049a340f48a2191fd431c11 (diff)
parent6836f43ea4f5dffc94d623c01cf3c39b56af8eef (diff)
merge of '1d187fa547c16ed9ca31c2975f54b8812e88b0f6'
and '7cc9c98056838b4d2eb67baf00c13e220ae94a0a'
Diffstat (limited to 'packages/tasks/task-python-efl-examples.bb')
-rw-r--r--packages/tasks/task-python-efl-examples.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/tasks/task-python-efl-examples.bb b/packages/tasks/task-python-efl-examples.bb
index 0a4e32097f..e78a4cabae 100644
--- a/packages/tasks/task-python-efl-examples.bb
+++ b/packages/tasks/task-python-efl-examples.bb
@@ -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"