summaryrefslogtreecommitdiff
path: root/packages/tasks
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-28 15:56:36 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-28 15:56:36 +0000
commit9a0bde6befaf560d1baf3adbf0488496daabd424 (patch)
tree4c63d5b94033116c75f3dc0ca30a794163cdb9bd /packages/tasks
parent19c8ebf2a5176ea4b109b56422fae53b9b926edc (diff)
add task-openmoko-feed, things we want to have in the feed
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-openmoko-feed.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/tasks/task-openmoko-feed.bb b/packages/tasks/task-openmoko-feed.bb
new file mode 100644
index 0000000000..9657eccc1d
--- /dev/null
+++ b/packages/tasks/task-openmoko-feed.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "OpenMoko: Misc. Feed Items"
+SECTION = "openmoko/base"
+LICENSE = "MIT"
+PR = "r1"
+
+inherit task
+
+RDEPENDS_task-openmoko-feed = "\
+ python \
+ python-pygtk \
+ python-pyserial \
+"