summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-17 22:32:00 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-17 22:32:00 +0100
commitc149a3e6f7c469c9e7845a38e5baa9ee460c3313 (patch)
tree08412253c554e90f7054cfd57459677518a04aa1
parente27b370060493595209c08001cabce873e503c57 (diff)
downloadopenembedded-c149a3e6f7c469c9e7845a38e5baa9ee460c3313.tar.gz
task-mythtv: new task to aggregate mythtv related packages
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/tasks/task-mythtv.bb14
1 files changed, 14 insertions, 0 deletions
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"