[oe-commits] Frans Meulenbroeks : task-importmedia: an aggregate task to collect all media acquistions programs

git version control git at git.openembedded.org
Wed Nov 17 21:49:53 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4499bb23842e1c169172dddef53afc36e0f00372
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4499bb23842e1c169172dddef53afc36e0f00372

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Nov 17 22:33:00 2010 +0100

task-importmedia: an aggregate task to collect all media acquistions programs

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/tasks/task-importmedia.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/recipes/tasks/task-importmedia.bb b/recipes/tasks/task-importmedia.bb
new file mode 100644
index 0000000..2190543
--- /dev/null
+++ b/recipes/tasks/task-importmedia.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "programs to import content from external sources"
+PR = "r0"
+LICENSE = "MIT"
+
+inherit task
+
+# needs a choice between rtorrent and transmission
+RDEPENDS_${PN} = "\
+    rtorrent \
+    transmission \
+    ivman \
+    cdstatus \
+    gphoto2 \
+    nzbget \
+    streamripper \
+    "
+





More information about the Openembedded-commits mailing list