diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-01-05 16:21:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-05 16:21:49 +0000 |
commit | b3980479c23fe2a8cb24e7c2f2003d0ffa39513f (patch) | |
tree | 99d10698676ab1033b64545b68010c132d503f59 /packages/tasks | |
parent | 111fa62d00b81667cf48868b6176ab13187d052d (diff) |
add python-gsmd, python bindings for the openmoko libgsmd
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-python-everything.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index 65dc7661c9..ab33153057 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 = "ml22" +PR = "ml23" RDEPENDS = "\ python-ao \ @@ -19,6 +19,7 @@ RDEPENDS = "\ python-fuse \ python-gmpy \ python-gnosis \ + python-gsmd \ python-gst \ python-hmm \ python-imaging \ |