diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-09-10 13:56:42 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-09-10 13:56:42 +0000 |
commit | 75a5118ed6a5b1e47ca4cc919a0d7024bce0bb2a (patch) | |
tree | d8d8da9182044641238ffef048a27f9e190d544d | |
parent | 7a215443478c667c06a9101e2eb87a24df550abf (diff) |
task-openmoko-feed: Replaced timezones with tzdata
-rw-r--r-- | packages/tasks/task-openmoko-feed.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-openmoko-feed.bb b/packages/tasks/task-openmoko-feed.bb index 29bc7b75ce..41c63f7dff 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 = "r11" +PR = "r12" inherit task @@ -24,7 +24,7 @@ RDEPENDS_task-openmoko-feed = "\ python python-pygtk python-pyserial \ ruby \ synergy \ - timezones \ + tzdata \ tor \ vnc \ " |