aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-08 09:18:11 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-08 09:18:11 +0000
commitec5f95f1eeeab7fa77450d7e9fc8b2629a0f99ea (patch)
tree42ba568dbc9c9c5f79e54540e1c3932ff76be663 /packages/tasks
parent1f73b34c676b7bb2864063b83174c07c9a29d7fb (diff)
downloadopenembedded-ec5f95f1eeeab7fa77450d7e9fc8b2629a0f99ea.tar.gz
add python-opendir, an extension module using POSIX opendir semantics
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-python-everything.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb
index 669c94159b..623337455c 100644
--- a/packages/tasks/task-python-everything.bb
+++ b/packages/tasks/task-python-everything.bb
@@ -1,7 +1,7 @@
DESCRIPTION= "Everything Python"
HOMEPAGE = "http://www.vanille.de/projects/python.spy"
LICENSE = "MIT"
-PR = "ml30"
+PR = "ml31"
RDEPENDS = "\
python-ao \
@@ -36,6 +36,7 @@ RDEPENDS = "\
python-numarray \
python-numeric \
python-ogg \
+ python-opendir \
python-pexpect \
python-pyalsa \
python-pyalsaaudio \