[oe-commits] Frans Meulenbroeks : task-mythtv: new task to aggregate mythtv related packages

git version control git at git.openembedded.org
Wed Nov 17 21:49:53 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c149a3e6f7c469c9e7845a38e5baa9ee460c3313
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c149a3e6f7c469c9e7845a38e5baa9ee460c3313

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Nov 17 22:32:00 2010 +0100

task-mythtv: new task to aggregate mythtv related packages

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/tasks/task-mythtv.bb |   14 ++++++++++++++
 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 0000000..c313de1
--- /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"





More information about the Openembedded-commits mailing list