diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-23 23:45:55 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-23 23:45:55 +0000 |
commit | 0b8ed30883293d029c94a84dbad17553a6a23886 (patch) | |
tree | 306e85130eb9b4648f3159d35b74ddb21fe167b3 /meta | |
parent | 835b5f706fb1cc1ec1fe09cb8688f0ef470202ab (diff) |
add mythfront-config, gpe-dm, mythfront-session
BKrev: 417aed337TQpmq1d5BZsLSxkbKTDUw
Diffstat (limited to 'meta')
-rw-r--r-- | meta/task-mythfront.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/task-mythfront.oe b/meta/task-mythfront.oe index 29230c1b9a..019554da68 100644 --- a/meta/task-mythfront.oe +++ b/meta/task-mythfront.oe @@ -2,7 +2,7 @@ PACKAGES = "${PN}" DESCRIPTION = "Meta-package for MythTV diskless frontend" MAINTAINER = "Phil Blundell <pb@handhelds.org>" ALLOW_EMPTY = 1 -PR = "r1" +PR = "r2" -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" +RDEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-module-via ttf-bitstream-vera libfontconfig-utils setserial snes9x ntp snes232 linux-input mythfront-config gpe-dm mythfront-session" +DEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-kernel ttf-bitstream-vera setserial snes9x ntp snes232 linux-input mythfront-config gpe-dm mythfront-session" |