aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-06-11 16:30:51 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-06-11 16:30:51 +0000
commit277e2569092ded631f33f97e15abe90d0899ffb9 (patch)
tree908385de0f2df888b5a7fba96bfb4fff64aafa0f /packages/tasks
parentf3352958d5c5bdb4da60ac99a1bd61008e6141ad (diff)
downloadopenembedded-277e2569092ded631f33f97e15abe90d0899ffb9.tar.gz
add python-pyalsaaudio, support for the Linux 2.6.x ALSA Sound System
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 de6e5dfaf2..3cd23c2779 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 = "ml27"
+PR = "ml28"
RDEPENDS = "\
python-ao \
@@ -39,6 +39,7 @@ RDEPENDS = "\
python-numeric \
python-ogg \
python-pexpect \
+ python-pyalsaaudio \
python-pybluez \
python-pycairo \
python-pychecker \