diff options
author | Rod Whitby <rod@whitby.id.au> | 2009-02-12 07:11:24 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2009-02-12 07:11:24 +0000 |
commit | 5504dfa2d2f34b7cc0e2bfbad69d85a9e1243bca (patch) | |
tree | 3ccad4f981f6c3ae697c4a46a0da7cb86f181022 /packages/tasks | |
parent | ce657368d145163a67c09f617082e60f8a6ef238 (diff) |
task-openmoko-feed: Disabled python-lightblue since it doesn't exist.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-openmoko-feed.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/tasks/task-openmoko-feed.bb b/packages/tasks/task-openmoko-feed.bb index 97807cc279..9a9e385cfa 100644 --- a/packages/tasks/task-openmoko-feed.bb +++ b/packages/tasks/task-openmoko-feed.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Openmoko: Misc. Feed Items" SECTION = "openmoko/base" LICENSE = "MIT" -PR = "r60" +PR = "r61" inherit task @@ -29,7 +29,8 @@ RDEPENDS_task-openmoko-feed = "\ ntpclient ntp \ openssh openssh-scp openssh-ssh openssh-sshd openssh-sftp openssh-misc \ python python-pygtk python-pyserial python-gst python-pygame \ - python-lightblue python-pybluez \ +# python-lightblue \ + python-pybluez \ obexpush \ ruby \ libsdl-x11 libsdl-mixer libsdl-net libsdl-ttf \ |