blob: 29230c1b9a80bedabab4bf1aec0ded083c2a060b (
plain)
1
2
3
4
5
6
7
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"
|