From: Frans Meulenbroeks Date: Wed, 17 Nov 2010 21:32:00 +0000 (+0100) Subject: task-mythtv: new task to aggregate mythtv related packages X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c149a3e6f7c469c9e7845a38e5baa9ee460c3313;p=openembedded.git task-mythtv: new task to aggregate mythtv related packages Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/tasks/task-mythtv.bb b/recipes/tasks/task-mythtv.bb new file mode 100644 index 0000000000..c313de14a3 --- /dev/null +++ b/recipes/tasks/task-mythtv.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Meta-package for mythtv " +PR = "r0" + +inherit task + +RDEPENDS_${PN} = " \ + mythtv \ + mythplugins \ + myththemes \ + mythweb-lighttpd \ + lirc \ + " + +LICENSE = "MIT"