From: Frans Meulenbroeks Date: Wed, 17 Nov 2010 21:33:00 +0000 (+0100) Subject: task-importmedia: an aggregate task to collect all media acquistions programs X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4499bb23842e1c169172dddef53afc36e0f00372;p=openembedded.git task-importmedia: an aggregate task to collect all media acquistions programs Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/tasks/task-importmedia.bb b/recipes/tasks/task-importmedia.bb new file mode 100644 index 0000000000..21905439e1 --- /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 \ + " +