From 4499bb23842e1c169172dddef53afc36e0f00372 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 17 Nov 2010 22:33:00 +0100 Subject: [PATCH] task-importmedia: an aggregate task to collect all media acquistions programs Signed-off-by: Frans Meulenbroeks --- recipes/tasks/task-importmedia.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/tasks/task-importmedia.bb 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 \ + " + -- 2.39.5