task-mythtv: new task to aggregate mythtv related packages
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 17 Nov 2010 21:32:00 +0000 (22:32 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 17 Nov 2010 21:32:00 +0000 (22:32 +0100)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/tasks/task-mythtv.bb [new file with mode: 0644]

diff --git a/recipes/tasks/task-mythtv.bb b/recipes/tasks/task-mythtv.bb
new file mode 100644 (file)
index 0000000..c313de1
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Meta-package for mythtv "
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = " \
+       mythtv \
+       mythplugins \
+       myththemes \
+       mythweb-lighttpd \
+       lirc \
+       "
+
+LICENSE = "MIT"