aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-dvb.bb
blob: e93a66273fd6b79f4141d6a7d459d81f1d728019 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Meta-package for DVB application"
PR = "r6"

inherit task

RDEPENDS_${PN} = "dvbstream dvbtune xserver-xorg tda1004x-firmware mythtv lirc lirc-modules drm-module-via"

LICENSE = "MIT"

# there is a -march=586 somewhere in the source tree of mythtv
COMPATIBLE_HOST = 'i.86.*-linux'