diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-10 16:59:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-10 16:59:16 +0000 |
commit | c2cf69c5b781405661787a38eaeb98a5c050fd97 (patch) | |
tree | 29078a28849f1209eea67668bba7fb9e59b023de /meta/task-mythfront.oe | |
parent | 35b032739e678bad374bafaa72bd3f493044b0a8 (diff) |
mythfront image additions
BKrev: 41696a641yr5Xd_AJ3Y3aVqLmNZRQQ
Diffstat (limited to 'meta/task-mythfront.oe')
-rw-r--r-- | meta/task-mythfront.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/task-mythfront.oe b/meta/task-mythfront.oe index e69de29bb2..29230c1b9a 100644 --- a/meta/task-mythfront.oe +++ b/meta/task-mythfront.oe @@ -0,0 +1,8 @@ +PACKAGES = "${PN}" +DESCRIPTION = "Meta-package for MythTV diskless frontend" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +ALLOW_EMPTY = 1 +PR = "r1" + +RDEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-module-via ttf-bitstream-vera libfontconfig-utils setserial snes9x ntp snes232 linux-input" +DEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-kernel ttf-bitstream-vera setserial snes9x ntp snes232 linux-input" |